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
I want my CLI to be case insensitive for certain Choice options but I don't want to deal with that variability internally as it has no meaning. I think an option like coerce_case or normalize_case would be a reasonable addition.
I want my CLI to be case insensitive for certain
Choiceoptions but I don't want to deal with that variability internally as it has no meaning. I think an option likecoerce_caseornormalize_casewould be a reasonable addition.PR to follow.