Skip to content

Conversation

@phlptp
Copy link
Collaborator

@phlptp phlptp commented Dec 20, 2025

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.

@codecov
Copy link

codecov bot commented Dec 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (e4ee3af) to head (a57628d).
⚠️ Report is 155 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##              main     #1270     +/-   ##
===========================================
  Coverage   100.00%   100.00%             
===========================================
  Files           17        19      +2     
  Lines         4546      5069    +523     
  Branches         0      1087   +1087     
===========================================
+ Hits          4546      5069    +523     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@phlptp
Copy link
Collaborator Author

phlptp commented Dec 22, 2025

Fixes #986

@phlptp
Copy link
Collaborator Author

phlptp commented Dec 22, 2025

Fixes #1194

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant