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
In this case, two mutually exclusive options will appear for the command, --public and --private. In the above case, the default is False which effectively means --private is the default choice. However, looking at a rendered man page, I see something like so:
--public / --private
I suspect this is because we need to special case these options but are not doing so.
The text was updated successfully, but these errors were encountered:
stephenfin
changed the title
Incorrect switch is highlighted
Switches are not handled correctly
Apr 17, 2020
stephenfin
changed the title
Switches are not handled correctly
Feature switches are not handled correctly
Apr 17, 2020
Click allows you define options like so [1]:
In this case, two mutually exclusive options will appear for the command,
--public
and--private
. In the above case, the default isFalse
which effectively means--private
is the default choice. However, looking at a rendered man page, I see something like so:I suspect this is because we need to special case these options but are not doing so.
The text was updated successfully, but these errors were encountered: