Adding a version after calling print_help
does not update for another print_help
#4183
Closed
2 tasks done
Labels
C-bug
Category: Updating dependencies
Please complete the following tasks
Rust Version
rustc 1.63.0 (4b91a6ea7 2022-08-08)
Clap Version
master
Minimal reproducible code
Steps to reproduce the bug with the above code
cargo run
Actual Behaviour
prints same help twice:
Expected Behaviour
prints
-V
on second help:Additional Context
also applies to parsing i.e.
-V
will show an error that it does not exists.Debug Output
No response
The text was updated successfully, but these errors were encountered: