refactor(cli): doom run: rename to 'doom emacs'

In v3, 'doom run' will have a different purpose (for launching project
or CI/CD tasks), so it now emits a warning that it's moved to a new
'doom emacs' command.

I refrain from updating documentation because a rewrite of our docs will
be coming up soon.
This commit is contained in:
Henrik Lissner
2025-06-23 20:12:03 +02:00
parent f64e199517
commit 7f6a2d284e
2 changed files with 9 additions and 103 deletions

View File

@ -286,7 +286,8 @@ SEE ALSO:
:docs "Commands for developing or launching Doom."
(defcli-autoload! (ci))
(defcli-autoload! (make))
(defcli-autoload! (run))
(defcli-autoload! (emacs))
(defcli-obsolete! (run) (emacs) "3.0.0")
;; TODO Post-3.0 commands
(defcli-stub! test))