-
Notifications
You must be signed in to change notification settings - Fork 361
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
Subcommand fallthrough #1073
Subcommand fallthrough #1073
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1073 +/- ##
===========================================
Coverage 100.00% 100.00%
===========================================
Files 17 17
Lines 4546 4688 +142
Branches 0 1007 +1007
===========================================
+ Hits 4546 4688 +142 ☔ View full report in Codecov by Sentry. |
This also fixes some of the cmake build jobs that were failing from a recent update in that github action. |
Unless I hear some objections/suggestions I will merge this tomorrow morning. |
Add modifier for subcommands to restrict subcommands falling through to parent.
This will resolve #1022