Help: Cannot make parse_from working correctly with positional arguments?
#5441
Replies: 1 comment
-
|
Update: I found the reason: when use the |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to parse positional arguments (for example, 0 or more file names) with clap. Here's the definition of the
cli:However, the test case is failed:
Woud you please help me with that?
Beta Was this translation helpful? Give feedback.
All reactions