diff --git a/core/cli/help.el b/core/cli/help.el index 2517a47b7..a1afd3e36 100644 --- a/core/cli/help.el +++ b/core/cli/help.el @@ -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"