def-command! -> defcli!

And def-command-group! -> defcligroup!, to match our new convention for
naming definer macros.
This commit is contained in:
Henrik Lissner
2019-07-28 01:32:16 +02:00
parent 0a05fd09c3
commit 4dc42de9e3
10 changed files with 25 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
;;; core/cli/test.el -*- lexical-binding: t; -*-
(def-command! test ()
(defcli! test ()
"Run Doom unit tests.")