Skip to content

Commit 73f71df

Browse files
committed
turn off boolean flags
1 parent 768671c commit 73f71df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function printError(message: string) {
7373

7474
const args = minimist(process.argv.slice(2), {
7575
stopEarly: true,
76-
boolean: true
76+
boolean: false
7777
})
7878

7979
main(args);

0 commit comments

Comments
 (0)