-
-
Notifications
You must be signed in to change notification settings - Fork 467
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
Enum options #1292
Enum options #1292
Conversation
You should add support for discord.Enum as well |
Amazing work @Middledot |
Co-authored-by: Dorukyum <[email protected]>
Co-authored-by: Dorukyum <[email protected]>
Conflicts need to be resolved. Looks good otherwise. |
Codecov Report
@@ Coverage Diff @@
## master #1292 +/- ##
==========================================
- Coverage 33.50% 33.47% -0.03%
==========================================
Files 93 93
Lines 17560 17581 +21
==========================================
+ Hits 5883 5886 +3
- Misses 11677 11695 +18
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Summary
Add support for Enums to be used for options as an alternative to listing options choices.
example:
before:
Checklist
type: ignore
comments were used, a comment is also left explaining why