clap-rs / clap

A full featured, fast Command Line Argument Parser for Rust
docs.rs/clap
Apache License 2.0
14.14k stars 1.03k forks source link

Respect `flatten_help` in man pages #5337

Open epage opened 8 months ago

epage commented 8 months ago

5206 added support for subcommands like git stash that summarize all of their subcommands. Unlike git, we show short help on git stash --help for these subcommands and long help on git stash pop --help.

The question is how these should be handled in man pages.

Example idea: