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 38aa9d6 commit f48f2c2Copy full SHA for f48f2c2
benchmark/_cli.js
@@ -33,6 +33,7 @@ function CLI(usage, settings) {
33
let mode = 'both'; // Possible states are: [both, option, item]
34
35
for (const arg of process.argv.slice(2)) {
36
+ if (arg === '--help') this.abort(usage);
37
if (arg === '--') {
38
// Only items can follow --
39
mode = 'item';
0 commit comments