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
# ARG_OPTIONAL_BOOLEAN([yes],[y],[Delete action without confirm again])
It generated like this:
The general script's help msg
Usage: /tmp/test.sh [-y|--(no-)yes] [-h|--help]
-y, --yes, --no-yes: Delete local branches without confirm (off by default)
-h, --help: Prints help
--no-yes make no sense. and it's totally unnecessary to generate the --no-xxxx option, because the value is off by default.
The text was updated successfully, but these errors were encountered:
Ref: #14
For example, I have a
--yes
option.It generated like this:
--no-yes
make no sense. and it's totally unnecessary to generate the--no-xxxx
option, because the value isoff
by default.The text was updated successfully, but these errors were encountered: