diff --git a/src/AppInstallerCLICore/Commands/ShowCommand.h b/src/AppInstallerCLICore/Commands/ShowCommand.h index 2106c0ea27..19a78ebb1c 100644 --- a/src/AppInstallerCLICore/Commands/ShowCommand.h +++ b/src/AppInstallerCLICore/Commands/ShowCommand.h @@ -7,7 +7,7 @@ namespace AppInstaller::CLI { struct ShowCommand final : public Command { - ShowCommand(std::string_view parent) : Command("show", { "view" }, parent) {} + ShowCommand(std::string_view parent) : Command("show", { "view", "info", "information", "details" }, parent) {} std::vector GetArguments() const override; @@ -23,3 +23,4 @@ namespace AppInstaller::CLI void ExecuteInternal(AppInstaller::CLI::Execution::Context& context) const override; }; } +