Replies: 1 comment
-
It looks like we forgot to remove
That sounds strange as a custom value parser should have higher precedence than the built-in one. Have a reproduction case? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I wrote an override for the
ValueEnum::from_str
method. However this does not seem to change the behavior of the arguments parser. So I have two questions:ValueEnum
? (I tried thevalue_parser
annotation with no success.)Below is a simple version of my attempt.
Beta Was this translation helpful? Give feedback.
All reactions