mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
2
bin/doom
2
bin/doom
@ -224,7 +224,7 @@ SEE ALSO:
|
||||
(exit! :restart))
|
||||
(when force?
|
||||
(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.
|
||||
(dolist (file loads)
|
||||
(load (doom-path (cdr file))
|
||||
|
Reference in New Issue
Block a user