-
Notifications
You must be signed in to change notification settings - Fork 481
Can't disable a boolean argument with a default value of True #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Just kidding. That's actually a really good idea and it lets the boolean value be scripted: |
Here is a solution I think is good. |
To me it seems more like a bug then an enhancement. Either way it is a small thing and already fixed in other branches so implementing it might be an easy win for the project. |
It doesn't seem to be fixed in 2.2.1. Any idea when the fix will be released ? |
Seeing this as well |
Fixed using nullable bool |
Tuesday Jan 14, 2014 at 18:47 GMT
Originally opened as gsscoder/commandline#115
-c false should turn off the switch for -c.
The text was updated successfully, but these errors were encountered: