NuKeeperDotNet / NuKeeper

Automagically update nuget packages in .NET projects
Apache License 2.0
540 stars 129 forks source link

Confusing allowed values for -v|--verbosity #1153

Open Bouke opened 2 years ago

Bouke commented 2 years ago

🏗 Enhancement Proposal

$ nukeeper repo -h
...
  -v|--verbosity <VERBOSITY>                               Sets the verbosity level of the command. Allowed values are q[uiet], m[inimal], n[ormal],
                                                           d[etailed].
                                                           Allowed values are: Quiet, Q, Minimal, M, Normal, N, Detailed, D.
...

I'm confused. Is it d[detailed] or Detailed / D? Or are they all allowed?

Pitch

Have clear usage instructions. Case shouldn't really matter here, so accept both and remove the confusing line with the Title case.