Replies: 1 comment
-
Clap's positional arguments, generally have a requirement on the previous positional argument (there are some rare exceptions). Despite that, we always render the usage as I've considered being more explicit / strict about this with |
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.
-
I need a lot of commands like
app get [PATH [ATTR]]
. I can instruct clap that ATTR requires the PATH argument, but the usage help text is generated likeapp get [PATH] [ATTR]]
.Any chance to change this behavior?
Beta Was this translation helpful? Give feedback.
All reactions