Skip to content

Commit 3569705

Browse files
committed
Fix CLI script name in help
1 parent 8a833ba commit 3569705

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cli.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const cli = yargs();
1717

1818
// Settings
1919
cli
20+
.scriptName("pme")
2021
.parserConfiguration({
2122
"boolean-negation": false,
2223
"dot-notation": false,

0 commit comments

Comments
 (0)