Skip to content

Commit

Permalink
Merge pull request #3081 from corbob/list-warning-updates
Browse files Browse the repository at this point in the history
(#158) Add all possible unsupported argument permutations
  • Loading branch information
vexx32 authored Mar 20, 2023
2 parents 4fa80f4 + d35075e commit 7a49903
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,21 @@ public class ChocolateyListCommand : IListCommand<PackageResult>
{
"-l",
"-lo",
"--lo",
"-local",
"--local",
"-localonly",
"--localonly",
"-local-only",
"--local-only",
"-a",
"-all",
"--all",
"-allversions",
"--allversions",
"-all-versions",
"--all-versions",
"-order-by-popularity",
"--order-by-popularity"
};

Expand Down

0 comments on commit 7a49903

Please sign in to comment.