Files
Philip Top 20e9132dfc Extras configuration (#1270)
Allow more control over how extras are interpreted. Specifically
allowing some assumptions to be made about arguments to unrecognized
options. With `CLI::ExtrasMode::AssumeMultipleArguments` all positional
arguments following an unrecognized option will be considered extra as
well even if there are open positional arguments. With
`CLI::ExtrasMode::AssumeSingleArgument` a positional argument following
an unrecognized option will also be considered unrecognized and go into
the `remaining()` bin.

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2026-01-02 10:05:46 -08:00
..
2026-01-02 10:05:46 -08:00
2025-09-08 05:24:24 -07:00
2025-04-19 09:14:59 -07:00
2025-11-29 05:49:25 -08:00