mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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)
|
until (memq arg cl--lambda-list-keywords)
|
||||||
collect (format "[%s]" (upcase (symbol-name arg)))))
|
collect (format "[%s]" (upcase (symbol-name arg)))))
|
||||||
" ")
|
" ")
|
||||||
"")))
|
""))
|
||||||
|
(print! "Aliases: %s" (string-join (doom-cli-aliases cli) ", ")))
|
||||||
|
|
||||||
(defun doom--cli-print-desc (cli &optional short)
|
(defun doom--cli-print-desc (cli &optional short)
|
||||||
(print! "%s"
|
(print! "%s"
|
||||||
|
Reference in New Issue
Block a user