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 was archived by the owner on Sep 26, 2023. It is now read-only.
feature request:
If you do not define option --bugger (via the .options() method or other nomnom API) then nomnom requires it to be followed by a value, i.e.
--bugger 1
is okay, while
--bugger
will print an error report: 'bugger expects a value'.
Since accepting unspecified/undefined options seems to be a feature of nomnom (several existing tests expect this behaviour), then it makes sense to also accept --bugger as in the example above and treat it as a flag option: opts.bugger === true