Replies: 1 comment
-
Subcommands cannot be used at this time in arg groups. We tried to clarify this in clap v4 with "name" vs "id". We we work to allow more customization in clap (#3476), people will be able to have better control over situations like this. However, I wonder if |
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
-
Hi,
I am building a CLI using clap, and I was thinking of doing something like the below:
The point is, I would like to offer the option of using args or subcommands to introduce the values...
I tried this
Without success because the compiler complains about
I would like to ask if it is possible to use Command inside a GroupArg, if now how could I achieve this?
Beta Was this translation helpful? Give feedback.
All reactions