From f0a11da072b0dc5d58ce49974116da5c8b8f4dd4 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 22 Jun 2022 11:42:25 +0200 Subject: [PATCH] tweak(cli): less verbosity on -!/--force The notice will still be logged, but let's not potentially ruin piped output with unneeded noise. --- bin/doom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/doom b/bin/doom index 6346d3902..7abe2f97d 100755 --- a/bin/doom +++ b/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))