You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eatradish
changed the title
clap_mangen does not write the parameter information in the subcommand
clap_mangen does not write the arg information in the subcommand
Apr 1, 2023
No information is written to the argment in the subcommand
What do you mean by "argument help information"?
Are you expecting the one manpage to service all subcommands? Currently, we only support generating man pages for the model where the is one man page per subcommand.
Please complete the following tasks
Rust Version
rustc 1.68.2 (9eb3afe9e 2023-03-27)
Clap Version
clap 4.2.1
Minimal reproducible code
Steps to reproduce the bug with the above code
cargo build --release
Does not have argument help information.
Actual Behaviour
No information is written to the argment in the subcommand
Expected Behaviour
written to the argment in the subcommand
Additional Context
No response
Debug Output
No response
The text was updated successfully, but these errors were encountered: