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
This seems to be more work than I expected. I've used commander.js in other projects and I think it would make for cleaner code and the correct outcome of these inputs.
Some example code can be seen here.
The following throws an error
but
and
The reason is that optimist interprets
testacular.conf.js
as the value of the optionsingle-run
and so the config file isn't defined.See also substack/node-optimist#42
The text was updated successfully, but these errors were encountered: