Open nolanlawson opened 9 years ago
https://www.npmjs.com/package/yargs#negate-fields; probably easiest to just rename the option since I don't see some option to turn it off mentioned.
I'm fine with that. Since it's pre-1.0, we can do whatever we want.
How about --silent
and -s
?
Sounds good.
Well, since we released 1.0.0 and forgot to fix this, I guess we should try to fix it so it actually works?
Absolutely. Fixing issues is more important than keeping semver versions low. PR: #126.
This is still broken (-n
silences successfully, but --no-stdout-logs
does not), looks like we didn't fix it for some reason. I believe it was discussed but can't recall the resolution.
This seems to be a quirk of how
yargs
deals with the--no
prefix.