Next-line help is always used despite no long-help being shown (despite long_about
being set on a subcommand)
#3193
Labels
A-help
Area: documentation, including docs.rs, readme, examples, etc...
C-bug
Category: bug
S-waiting-on-decision
Status: Waiting on a go/no-go before implementing
Milestone
Discussed in #3178
clap version
master
rust version
rustc 1.59.0-nightly (404c8471a 2021-12-14)
Minimal Reproducible Code
Reproduction steps
Expected Behavior
Actual Behavior
Context
clap2 shows args on next line but not subcommands.
Note that
long_about
is being set but isn't being shown.Looks like this is a bug in clap3.
This has levels of fixes
next_line_help
for subcommands to get to clap2's behaviornext_line_help
since short help has precedence over long help (fixes the issue reported here)The next part to consider is whether
next_line_help
separatelynext_line_help
inferring and leave it to the individual argsThe text was updated successfully, but these errors were encountered: