Show possible values when an arguments value is missing #3320
Labels
A-help
Area: documentation, including docs.rs, readme, examples, etc...
C-enhancement
Category: Raise on the bar on expectations
E-medium
Call for participation: Experience needed to fix: Medium / intermediate
Please complete the following tasks
Clap Version
v3.0.6
Describe your use case
Many CLIs allow using the argument without a value to list what values are available. This allows a more targeted browsing than digging in
--help
Today, clap just points people to help
Describe the solution you'd like
For example:
(granted, this is dynamically generating the list)
We could also list the
PossibleValue::help
like in #3312.Alternatives, if applicable
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: