mirror of
https://github.com/TangentFoxy/argparse.git
synced 2026-03-14 12:46:50 -06:00
When `parser:handle_options(true)` (the default), the parser will behave as before. When `parser:handle_options(false)`, all options will be passed verbatim to the argument list, as if the input included double-hyphens.