We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef9a950 commit 4dd229fCopy full SHA for 4dd229f
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