mirror of
https://github.com/TangentFoxy/argparse.git
synced 2025-08-23 06:52:29 +00: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.