mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(cli): decli-group!: indentation
This commit is contained in:
@ -1791,6 +1791,7 @@ yet. They won't be included in command listings (by help documentation)."
|
||||
|
||||
(defmacro defcli-group! (&rest body)
|
||||
"Declare common properties for any CLI commands defined in BODY."
|
||||
(declare (indent 1))
|
||||
(when (stringp (car body))
|
||||
(push :group body))
|
||||
`(let ((doom-cli--group-plist (copy-sequence doom-cli--group-plist)))
|
||||
|
Reference in New Issue
Block a user