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
|
@ -1,6 +1,6 @@
|
|||
;;; core/cli/env.el -*- lexical-binding: t; -*-
|
||||
|
||||
(def-command! env (&rest args)
|
||||
(defcli! env (&rest args)
|
||||
"Regenerates your envvars file.
|
||||
|
||||
doom env [-c|--clear]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue