From 1c402950af2d30794ff755f887fcd2ae2e4fd1b8 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 5 Dec 2019 14:59:47 -0500 Subject: [PATCH] Display command aliases from 'doom help CMD' --- core/cli/help.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"