cli: add documentation string about new flags
This commit is contained in:
parent
85ea924595
commit
686e020287
1 changed files with 5 additions and 1 deletions
|
@ -10,7 +10,11 @@ following shell commands:
|
||||||
git pull --rebase
|
git pull --rebase
|
||||||
bin/doom clean
|
bin/doom clean
|
||||||
bin/doom refresh
|
bin/doom refresh
|
||||||
bin/doom update"
|
bin/doom update
|
||||||
|
|
||||||
|
Switches:
|
||||||
|
-t/--timeout TTL Seconds until a thread is timed out (default: 45)
|
||||||
|
--threads N How many threads to use (default: 8)"
|
||||||
(and (doom-upgrade doom-auto-accept
|
(and (doom-upgrade doom-auto-accept
|
||||||
(or (member "-f" args)
|
(or (member "-f" args)
|
||||||
(member "--force" args)))
|
(member "--force" args)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue