From 65b693be7b671f99cad916ee59fb4dc846e886e3 Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Tue, 28 Apr 2020 20:22:27 +0200 Subject: [PATCH] added alias support to help command --- .../help/help_command_details_response_embed_en_US.ftl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/abstracto-application/core/core-impl/src/main/resources/seedData/templates/coreCommands/help/help_command_details_response_embed_en_US.ftl b/abstracto-application/core/core-impl/src/main/resources/seedData/templates/coreCommands/help/help_command_details_response_embed_en_US.ftl index f56d2593e..159030270 100644 --- a/abstracto-application/core/core-impl/src/main/resources/seedData/templates/coreCommands/help/help_command_details_response_embed_en_US.ftl +++ b/abstracto-application/core/core-impl/src/main/resources/seedData/templates/coreCommands/help/help_command_details_response_embed_en_US.ftl @@ -22,6 +22,9 @@ Detailed help: <#include "${command.name}_long_help"> Usage: `${command.help.usage}` Detailed help: ${command.help.longHelp} +<#if command.aliases?? && command.aliases?size gt 0> +Aliases: `${command.aliases?join("`, `")}` + Parameters: <#if command.parameters??>