Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extra subcommand print #1058

Merged
merged 4 commits into from
Jul 27, 2024
Merged

Extra subcommand print #1058

merged 4 commits into from
Jul 27, 2024

Conversation

phlptp
Copy link
Collaborator

@phlptp phlptp commented Jul 27, 2024

Fixes issue #1045

phlptp and others added 3 commits July 27, 2024 07:00
… option groups. This was the result of a missing "continue" statement and no test to check for that condition.
Copy link

codecov bot commented Jul 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (e4ee3af) to head (8a1fd31).
Report is 31 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##              main     #1058    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           17        17            
  Lines         4546      4583    +37     
  Branches         0       981   +981     
==========================================
+ Hits          4546      4583    +37     

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

@phlptp phlptp merged commit 7be1740 into CLIUtils:main Jul 27, 2024
56 checks passed
@phlptp phlptp deleted the extra_subcommand_print branch July 27, 2024 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When I use add_option_group, some redundant information will be displayed in the 'help message'.
1 participant