def-command! -> defcli!
And def-command-group! -> defcligroup!, to match our new convention for naming definer macros.
This commit is contained in:
parent
0a05fd09c3
commit
4dc42de9e3
10 changed files with 25 additions and 25 deletions
|
@ -6,7 +6,7 @@
|
|||
;;
|
||||
;;; Commands
|
||||
|
||||
(def-command! info (&optional format)
|
||||
(defcli! info (&optional format)
|
||||
"Output system info in markdown for bug reports.
|
||||
|
||||
Will print in the following formats:
|
||||
|
@ -32,7 +32,7 @@ If no arguments are given, --raw is assumed."
|
|||
format)))
|
||||
nil)
|
||||
|
||||
(def-command! (version v) ()
|
||||
(defcli! (version v) ()
|
||||
"Reports the version of Doom and Emacs."
|
||||
(doom/version)
|
||||
nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue