Using help_heading
in one place requires using it on all Flags to get a Unified experience
#2847
Closed
2 tasks done
Labels
Milestone
Please complete the following tasks
Rust Version
rustc 1.55.0 (c8dfcfe04 2021-09-06)
Clap Version
v3.0.0-beta.4
Minimal reproducible code
or
Steps to reproduce the bug with the above code
cargo run -- --help
Actual Behaviour
or
Expected Behaviour
Without having to override
help_heading
on every flag:Additional Context
This is split off of #2807
We could fix this by respecting
help_heading
withUnifiedHelpMessage
but it then seems like a misnomer because it is no longer unified.Debug Output
No response
The text was updated successfully, but these errors were encountered: