-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
Came across this comment from @jamestalmage:
My feeling on options via
cli.js
: We should only add those where users would conceivably want to temporarily override the contents of theirpackage.json
config. Allowing different reporters on CI servers, running in--serial
mode occasionally to debug, these are good examples.
I quite like this! Maybe it should be our "official" stance.
I think that'd mean --require
has to go. On the other hand the --source
flag may have to stay (as opposed to #937). We shouldn't have --extension
either (#631).
Thoughts?