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
Providing invalid value "false" to int option (-v in my example) cause InvalidCastException:
myapp -v false
Providing any other string run as expected and return "Option 'v, validate' is defined with a bad format."
myapp -v anyotherstring