Skip to content

Commit

Permalink
Add source ls alias for source list (#2736)
Browse files Browse the repository at this point in the history
  • Loading branch information
florelis authored Dec 2, 2022
1 parent 4b8e189 commit 6563b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppInstallerCLICore/Commands/SourceCommand.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<Argument> GetArguments() const override;

Expand Down

0 comments on commit 6563b97

Please sign in to comment.