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
Hi, I want to use short-option-groups and I want negation-prefix to work, however, yargs parses negation prefix only if it starts with --, so I can't use -no-window. Can this be improved, please? :)
The text was updated successfully, but these errors were encountered:
We would consider a pull request, but (sorry) I doubt the maintainers will work on this. short-option-groups is somewhat a historical setting and long options using a double-dash is the far more common pattern.
Hi, I want to use
short-option-groups
and I wantnegation-prefix
to work, however, yargs parses negation prefix only if it starts with--
, so I can't use-no-window
. Can this be improved, please? :)The text was updated successfully, but these errors were encountered: