-
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
Add required flags documentation #1008
Conversation
…d return map of missing flag names with matching bool for RequiredFlagsErr value
…ated functions to handle map
…change in RequiredFlag interface
Codecov Report
@@ Coverage Diff @@
## master #1008 +/- ##
======================================
Coverage 72.5% 72.5%
======================================
Files 33 33
Lines 2495 2495
======================================
Hits 1809 1809
Misses 575 575
Partials 111 111 Continue to review full report at Codecov.
|
…e' into lynncyrin-patch-8 Co-authored-by: Aaron Berns <anberns@gmail.com>
75b3bc4
to
bff6ec5
Compare
This commit message is epic @lynncyrin |
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.
LGTM
Motivation
Fixes #961
Changes
Adds documentation for required flags
Testing
I had a little back and forth with
gfmrun
while working on this 😄Additional Context
I merged #886 via @anberns into this PR, since I copy pasted some of the example from them ^^