diff --git a/src/AppInstallerCLICore/Commands/SourceCommand.h b/src/AppInstallerCLICore/Commands/SourceCommand.h index c0b1a581db..9c54e6b164 100644 --- a/src/AppInstallerCLICore/Commands/SourceCommand.h +++ b/src/AppInstallerCLICore/Commands/SourceCommand.h @@ -37,7 +37,7 @@ namespace AppInstaller::CLI struct SourceListCommand final : public Command { - SourceListCommand(std::string_view parent) : Command("list", parent) {} + SourceListCommand(std::string_view parent) : Command("list", { "ls" }, parent) {} std::vector GetArguments() const override;