-
Notifications
You must be signed in to change notification settings - Fork 128
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
chore: refactor the cli command structure #961
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## feat/apiops #961 +/- ##
===============================================
- Coverage 34.12% 34.05% -0.07%
===============================================
Files 99 100 +1
Lines 11855 11879 +24
===============================================
Hits 4045 4045
- Misses 7417 7441 +24
Partials 393 393
☔ View full report in Codecov by Sentry. |
I accidentally ran the following:
And received this error:
I think the error should indicate that the subcommand (diff) is invalid for the parent (file). |
339140e
to
ca22ea9
Compare
I did a quick check, but this is how Cobra handles the CLI args, seems our client code has no control on this. |
fyi, merged in the ApiOps branch, not to |
desired structure:
Todo: