-
Notifications
You must be signed in to change notification settings - Fork 10
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
Custom cli formatter #42
Conversation
Note that "requires", "required by", and "excludes" are automatically computed from the CLI parser, this documentation is now auto-generated and should stay in sync with the actual code. |
Codecov Report
@@ Coverage Diff @@
## ign-utils1 #42 +/- ##
===============================================
- Coverage 94.87% 41.18% -53.69%
===============================================
Files 5 17 +12
Lines 78 2326 +2248
===============================================
+ Hits 74 958 +884
- Misses 4 1368 +1364
Continue to review full report at Codecov.
|
We should probably find a way to exclude the vendored cli code from codecov? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a few minor comments and codecheck is failing, otherwise LGTM!
Signed-off-by: Michael Carroll <[email protected]>
Signed-off-by: Michael Carroll <[email protected]>
Squashed a few commits together here so that I can do a merge to keep the import and modifications separate. |
d56b7ea
to
098959f
Compare
This pull request has been mentioned on Gazebo Community. There might be relevant details there: https://community.gazebosim.org/t/new-ignition-releases-2022-04-13-fortress-edifice/1367/1 |
Add a custom formatter to make standalone executables line up more closely with the previous ruby-style documentation.
Address #42
Example result with
ign-transport-topic
: (gazebosim/gz-transport#296)With custom formatter
Before with CLI11 (no custom formatter)
Ruby version