Skip to content

Commit

Permalink
Fix tags for --count argument (#3195)
Browse files Browse the repository at this point in the history
  • Loading branch information
florelis committed Apr 28, 2023
1 parent 9f90dac commit f74a4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppInstallerCLICore/Argument.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ namespace AppInstaller::CLI
case Execution::Args::Type::Source:
return { type, "source"_liv, 's', ArgTypeCategory::Source };
case Execution::Args::Type::Count:
return { type, "count"_liv, 'n', ArgTypeCategory::MultiplePackages };
return { type, "count"_liv, 'n', ArgTypeCategory::PackageQuery | ArgTypeCategory::SinglePackageQuery };
case Execution::Args::Type::Exact:
return { type, "exact"_liv, 'e', ArgTypeCategory::PackageQuery };

Expand Down

0 comments on commit f74a4e0

Please sign in to comment.