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
Currently, parseOptions always outputs an error message to stderr if an unknown option is encountered. It would be great if there was an easy way to make sure parseOptions would remain silent, even when it throws an error.
My suggestion is to change the function signature to
Currently,
parseOptions
always outputs an error message to stderr if an unknown option is encountered. It would be great if there was an easy way to make sureparseOptions
would remain silent, even when it throws an error.My suggestion is to change the function signature to
The last argument could have a
silent
option which, if specified, should take precedence overconfig.silent
insidecommon.error()
.Blocks #590
The text was updated successfully, but these errors were encountered: