-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Remove Flag Generation #881
Conversation
4f8a245
to
33f689c
Compare
Looks like there is something wrong with the master as it is failing almost everything. |
33f689c
to
cc4d661
Compare
Codecov Report
@@ Coverage Diff @@
## master #881 +/- ##
=======================================
Coverage 71.29% 71.29%
=======================================
Files 18 30 +12
Lines 2379 2379
=======================================
Hits 1696 1696
Misses 578 578
Partials 105 105
Continue to review full report at Codecov.
|
Add support for go 1.13 seprate out the flags to individual files fix md2man dependency issue
11323ef
to
53e8cf1
Compare
Current Status: All essential checks are passing except the diff after generating TOC since I have removed the parts of code in README.md referencing ShortOptionHandling as they are not available for use in v1.21.0 |
Can you put this inside another PR? We'll want to revert it after release 1.22.0 #867 |
I would also like for this go inside it's own PR 🙏 unless there's some specific reason it's included in this one? |
Update Travis YAML to remove generation command
Add support for Go 1.13
Drop support for Go 1.11