Display command aliases from 'doom help CMD'
This commit is contained in:
parent
c13b8df5df
commit
1c402950af
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@
|
|||
until (memq arg cl--lambda-list-keywords)
|
||||
collect (format "[%s]" (upcase (symbol-name arg)))))
|
||||
" ")
|
||||
"")))
|
||||
""))
|
||||
(print! "Aliases: %s" (string-join (doom-cli-aliases cli) ", ")))
|
||||
|
||||
(defun doom--cli-print-desc (cli &optional short)
|
||||
(print! "%s"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue