Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit 18d2d12

Browse files
committed
Update bin/cli.js
1 parent f5c2678 commit 18d2d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ output("")
1919
program
2020
.name('fastjs')
2121
.description('Fastjs cli can help you build a npm project easily.')
22-
.version(`fastjs ${require('../package.json').version}`)
22+
.version(`fastjs-cli ${require('../package.json').version}`)
2323
.usage('<command> [options]');
2424

2525
program

0 commit comments

Comments
 (0)