fix(cli): indentation & docstring highlights for defstub!

This commit is contained in:
Henrik Lissner
2022-07-29 12:57:08 +02:00
parent f8fb8b189d
commit 964b7dcbee

View File

@ -1601,6 +1601,7 @@ WHEN specifies what version this command was rendered obsolete."
Use this to define commands that will eventually be implemented, but haven't
yet. They won't be included in command listings (by help documentation)."
(declare (indent 2) (doc-string 3))
`(defcli! ,commandspec (&rest _)
,(concat "THIS COMMAND IS A STUB AND HAS NOT BEEN IMPLEMENTED YET."
(if (stringp (car body)) (concat "\n\n" (pop body))))