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
By the way, the commit aa29cb8 needlessly complicates the option. It seems cleaner to revert it to bool and supply default_value = "true" (tested, works when no CLI argument is provided). Although I think lowercase is the better default.
The readme states that
--uppercase
is boolean and true by default. When providing--uppercase=false
, I get the following error:Get similar errors for other boolean options. They all seem broken.
The text was updated successfully, but these errors were encountered: