You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/design/contracts/API-001-dun-cli.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ $ dun [command] [options] [arguments]
27
27
-`--timeout` : Global timeout in seconds (default `600`)
28
28
-`--check-timeout` : Per-check timeout in seconds (default `120`)
29
29
-`--workers` : Max concurrent checks (default `min(4, CPU)`)
30
-
-`--config` : Path to config file (default `.dun/config.yaml` if present)
30
+
-`--config` : Path to config file (default `.dun/config.yaml` if present; also loads user config from `$XDG_CONFIG_HOME/dun/config.yaml`, `~/.config/dun/config.yaml`, or `~/.dun/config.yaml`)
31
31
-`--agent-cmd` : Command to run agent checks (optional, used with `--agent-mode=auto`)
32
32
-`--agent-timeout` : Agent check timeout in seconds (default `300`)
33
33
-`--agent-mode` : Agent mode (`prompt` or `auto`, default `prompt`)
0 commit comments