Replies: 1 comment
-
You are likely looking for You may also be interested in our repl example which instead uses |
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.
-
I want to use
clap
as a command parser (not a command line parser). The input are arbitrary strings where arguments are simply delimited by spaces.This is what I tried:
This is the output if I add any arbitrary first argument:
This is the output if the first argument is omitted:
Beta Was this translation helpful? Give feedback.
All reactions