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
This is because the user doesn't want --do_thing to mean do_thing=False. This issue proposes that, when add_nos is given, then boolean switches will retain the default, but that the no_ versions will ALWAYS make them false, and the presence of the standard flag will ALWAYS make them True.
This is, unfortunately, a breaking change.
The text was updated successfully, but these errors were encountered:
Sometimes, when a default behavior is for a boolean switch to be True, the user will type in this:
Instead of this:
This is because the user doesn't want
--do_thing
to meando_thing=False
. This issue proposes that, when add_nos is given, then boolean switches will retain the default, but that theno_
versions will ALWAYS make them false, and the presence of the standard flag will ALWAYS make them True.This is, unfortunately, a breaking change.
The text was updated successfully, but these errors were encountered: