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
{{ message }}
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
…no-' prefix (work sideways related to harthur#66 as we're observing bugs of the same nature)
- stricter long option regexes
- stricter and more tests for boolean (and non-boolean) flags; do note the non-obvious behaviours tested in test/matching.js::testFlagsAbuse()
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
nomnom does not cope well with 'flag' options which are set to
true
by default: there's no way to set these tofalse
instead.Example option:
In other words: there's no
-t-
(note trailing minus) or similar way to say on the commandline: set flag option to FALSE (rather than TRUE).Other systems sometimes support
-\<flag_option>+
and-\<flag_option>-
i.e. trailing+
or-
to force a TRUE or FALSE value for flag options.The text was updated successfully, but these errors were encountered: