-
-
Notifications
You must be signed in to change notification settings - Fork 794
Auto generate CLI options in docs #3399
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3399 +/- ##
============================================
- Coverage 80.40% 80.34% -0.06%
- Complexity 2745 2747 +2
============================================
Files 448 449 +1
Lines 8279 8295 +16
Branches 1582 1584 +2
============================================
+ Hits 6657 6665 +8
- Misses 767 774 +7
- Partials 855 856 +1
Continue to review full report at 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 like this! Is there a way in jekyll to include one markdown inside another? It could be great to keep this in the same document I think.
Anyway, we can merge this because the important thing here is to have a reliable documentation.
The only limitation is that we cannot include files in the parent path |
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.
👏🏻👏🏻👏🏻
There may be some text discrepancies between the existing
cli.md
and the annotation inCliArgs.kt
.