mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Display command aliases from 'doom help CMD'
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user