Could the setting and requiring value delimiter automatically reflect in the help messages? #1052
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
Milestone
Rust Version
Affected Version of clap
Expected Behavior Summary
Set some required delimiter:
Help could show it:
And if I run the code with space delimiter, clap could warn me to use ":" instead!
Actual Behavior Summary
Helps shows space delimiter:
Running with space delimiter it gives error, without the correct hint about what went wrong:
It gives error but does not show me to use ":" between a and b to get the correct behavior.
The text was updated successfully, but these errors were encountered: