-
Notifications
You must be signed in to change notification settings - Fork 124
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
Make enum conversion case-insensitive by default #115
Comments
I was trying to work around this via |
My work-around is to replace
with
|
Or as a new extension function:
|
That's a good idea. I decided to add an |
Even better, thanks a lot! |
I'd like to propose to make
enum
value conversion case-insensitive by default, because it's probably more convenient for the command line user to not care about casing, and the risk to accidentally refer to anotherenum
value that just differs in case is rather low.The text was updated successfully, but these errors were encountered: