You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fabianfreyer opened this issue
Apr 19, 2023
· 0 comments
· May be fixed by #4910
Labels
A-helpArea: documentation, including docs.rs, readme, examples, etc...C-bugCategory: Updating dependenciesE-easyCall for participation: Experience needed to fix: Easy / not much
A-helpArea: documentation, including docs.rs, readme, examples, etc...C-bugCategory: Updating dependenciesE-easyCall for participation: Experience needed to fix: Easy / not much
Please complete the following tasks
Rust Version
rustc 1.66.0 (69f9c33d7 2022-12-12)
Clap Version
v4.2.2
Minimal reproducible code
Steps to reproduce the bug with the above code
cargo run -- --help
Actual Behaviour
The output of
--help
is:As a side-note, there are trailing spaces in the help output.
Expected Behaviour
The output of
--help
should indicate that the second parameter is optional, i.e.:Additional Context
No response
Debug Output
No response
The text was updated successfully, but these errors were encountered: