Skip to content

Commit 6e40550

Browse files
fix script name show wrong (#12)
1 parent 9983cce commit 6e40550

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cli.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { initI18n, t } from './i18n'
33
;(async () => {
44
await initI18n()
55
yargs
6+
.scriptName('intlify')
67
.usage(t('Usage: $0 <command> [options]'))
78
.commandDir('./commands')
89
.demandCommand()

0 commit comments

Comments
 (0)