tweak(cli): less verbosity on -!/--force
The notice will still be logged, but let's not potentially ruin piped output with unneeded noise.
This commit is contained in:
parent
834ff3ea85
commit
f0a11da072
1 changed files with 1 additions and 1 deletions
2
bin/doom
2
bin/doom
|
@ -224,7 +224,7 @@ SEE ALSO:
|
||||||
(exit! :restart))
|
(exit! :restart))
|
||||||
(when force?
|
(when force?
|
||||||
(setf (doom-cli-context-suppress-prompts-p context) t)
|
(setf (doom-cli-context-suppress-prompts-p context) t)
|
||||||
(print! (item "Suppressing all prompts")))
|
(doom-log "User requested all prompts be suppressed"))
|
||||||
;; Load extra files and forms, as per given options.
|
;; Load extra files and forms, as per given options.
|
||||||
(dolist (file loads)
|
(dolist (file loads)
|
||||||
(load (doom-path (cdr file))
|
(load (doom-path (cdr file))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue