Skip to content

Conversation

phlptp
Copy link
Collaborator

@phlptp phlptp commented Dec 30, 2024

max, min on positional was not respected, specifically max positionals only filled up to min, and skipped over optional options.

Fixes #1090

…cifically max positionals only filled up to min, and skipped over optional options
@phlptp phlptp added the bug label Dec 30, 2024
Copy link

codecov bot commented Dec 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (e4ee3af) to head (69eeac3).
Report is 60 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##              main     #1108     +/-   ##
===========================================
  Coverage   100.00%   100.00%             
===========================================
  Files           17        17             
  Lines         4546      5017    +471     
  Branches         0      1026   +1026     
===========================================
+ Hits          4546      5017    +471     

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

@phlptp phlptp merged commit d2b331f into CLIUtils:main Dec 30, 2024
56 checks passed
@phlptp phlptp deleted the issue_1090 branch December 30, 2024 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Option::expected(min, max) does not respect the range
1 participant