We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a8da35 commit a219999Copy full SHA for a219999
1 file changed
cli.js
@@ -96,7 +96,7 @@ if (opts.debug) console.error(opts)
96
97
if (opts._unknown[0] && cmd !== "test") {
98
console.error("\nError: Unknown option: " + opts._unknown)
99
- usage(true)
+ usage()
100
process.exit(1)
101
} else if (libFile && !opts.help) {
102
require(libFile)(opts)
0 commit comments