-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unclear how to handle subcommands with clap_man
#3365
Comments
In general, clap behaves more like most of git. The linked issue (#1334) is about offering it to work more like Its also something we'd want to have an example for to help show how to go about it and to verify we have the full experience worked out,. |
Wanted to link the only example I've found (maybe I missed an obvious one) of a way to handle subcommand man page generation: |
@gibfahn for cargo-nextest I tried that approach but encountered #3869 unfortunately. |
It would be nice if there was a way to switch between referencing pages for subcommands and including them in the same page (as either an argument to |
Please complete the following tasks
Rust Version
rustc 1.57.0 (f1edd0429 2021-11-29)
Clap Version
v3.0.6
Minimal reproducible code
TBD
Steps to reproduce the bug with the above code
TBD
Actual Behaviour
We show a list of subcommand man apges
Expected Behaviour
TBD
Additional Context
Split out of #3174
#1334 is relevant
Debug Output
No response
The text was updated successfully, but these errors were encountered: