mirror of
https://github.com/TangentFoxy/argparse.git
synced 2026-02-01 02:38:16 -07: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.