fix(cli): decli-group!: indentation

This commit is contained in:
Henrik Lissner
2024-11-11 20:17:01 -05:00
parent 68ace9c1f1
commit 989e7a0034

View File

@ -1791,6 +1791,7 @@ yet. They won't be included in command listings (by help documentation)."
(defmacro defcli-group! (&rest body) (defmacro defcli-group! (&rest body)
"Declare common properties for any CLI commands defined in BODY." "Declare common properties for any CLI commands defined in BODY."
(declare (indent 1))
(when (stringp (car body)) (when (stringp (car body))
(push :group body)) (push :group body))
`(let ((doom-cli--group-plist (copy-sequence doom-cli--group-plist))) `(let ((doom-cli--group-plist (copy-sequence doom-cli--group-plist)))