You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
Logically an input token of a should be acceptable here because the parse function is provided in order to coerce the lower case value into an upper case value.
This, however, does not work since the token is compared to the options before the parse function is invoked. While in this synthetic case this is easy enough to workaround, in more complex cases it would not be quite so easy.
The text was updated successfully, but these errors were encountered:
Consider an arg definition like this:
Logically an input token of
a
should be acceptable here because theparse
function is provided in order to coerce the lower case value into an upper case value.This, however, does not work since the token is compared to the options before the parse function is invoked. While in this synthetic case this is easy enough to workaround, in more complex cases it would not be quite so easy.
The text was updated successfully, but these errors were encountered: