Skip to content

Is it possible to not parse arguments in a Vec<String>? #5623

Answered by epage
jlo62 asked this question in Q&A
Discussion options

You must be logged in to vote

If I'm understanding, you are wanting to capture a command + arguments.

Not at a computer to confirm but some options

  • allow_hyphen_values
  • treat the command + args as one argument, using num_args and value_name to control it
  • using external subcommands

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jlo62
Comment options

Answer selected by jlo62
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants