I need re-parse #812
Unanswered
KhloyannareK
asked this question in
Q&A
Replies: 1 comment
-
The What this won't do is reset any variables the parse is setting through the options. You would have to reset those yourself, or use force_callback on the affected options. This will always run the option processing either with a given value or a default value and can be used to reset individual flags between multiple parsing. |
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.
-
Is there a way to clear the parsed results and call parse() again this time for another command line ?
I don't want to create a new parser and add options again.
Beta Was this translation helpful? Give feedback.
All reactions