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 13175fe commit 04d2419Copy full SHA for 04d2419
bin/cli.mjs
@@ -72,7 +72,7 @@ program
72
.choices(Object.keys(reporters))
73
.default('console')
74
)
75
- .parse(argv);
+ .parse(process.argv);
76
77
/**
78
* @typedef {keyof generators} Target A list of the available generator names.
0 commit comments