Replies: 1 comment
-
Yep ... I currently work around it by providing definining a hidden option that has the alias, but that would definitely be better ;-) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If a boolean option is to receive an automatically generated negative option, eg:
option :unicode
also causes an option of--no-unicode
to be allowed, then there should be a way to specify an alias to the negative switch. Perhaps allow:negative_aliases
option?For example:
or perhaps
where the 2nd alias in the array argument to
aliases
is mapped to the negative switch?Beta Was this translation helpful? Give feedback.
All reactions