Replies: 2 comments
-
|
Builder methods are implicitly derive attributes, see https://docs.rs/clap/latest/clap/_derive/index.html#terminology See also #4090 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I did miss something.. sigh. That's perfect, thanks for your reply. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I would like to know if there is a way to override the
<COMMAND>displayed by the help when using derive subcommands.I saw this is configurable with subcommand_value_name, but could not find the derive equivalent, seems only available for arguments.
Asking the question here just in case I missed something.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions