clap_mangen can't handle subcommands with arguments that conflict with global opts #3869
Closed
2 tasks done
Labels
C-bug
Category: Updating dependencies
Please complete the following tasks
Rust Version
rustc 1.61.0 (fe5b13d68 2022-05-18)
Clap Version
3.2.6
Minimal reproducible code
Steps to reproduce the bug with the above code
cargo run
(I usecargo-play
)Actual Behaviour
Expected Behaviour
The man pages render correctly.
Additional Context
Seems like maybe there should be a way to disable the
build
method call that happens at the top ofMan::new
.Debug Output
The text was updated successfully, but these errors were encountered: