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
You'll notice that if we run boson w/o an argument and the default is set to 'false', we don't get the expected "ARGV: {:urgent=>false}" as we find when we set the default to 'true'.
Thanks for taking a look at this.
The text was updated successfully, but these errors were encountered:
There is an inconsistency in giving boolean options a true or false as a default value. I've noticed this issue since atleast version 0.3.4.
Given this code:
We get this output:
Now if we set the default value to true we get:
And this output:
You'll notice that if we run boson w/o an argument and the default is set to 'false', we don't get the expected "ARGV: {:urgent=>false}" as we find when we set the default to 'true'.
Thanks for taking a look at this.
The text was updated successfully, but these errors were encountered: