Skip to content

Commit 04d2419

Browse files
authored
fixup! again…
1 parent 13175fe commit 04d2419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/cli.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ program
7272
.choices(Object.keys(reporters))
7373
.default('console')
7474
)
75-
.parse(argv);
75+
.parse(process.argv);
7676

7777
/**
7878
* @typedef {keyof generators} Target A list of the available generator names.

0 commit comments

Comments
 (0)