Skip to content

Commit

Permalink
chore: cli name
Browse files Browse the repository at this point in the history
  • Loading branch information
Chieffo authored and Chieffo committed Dec 13, 2021
1 parent 7ac2d63 commit 184c72c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export function run (): void {
const program = new Command()
const version = require('../../../package.json').version
program
.name('webpack-to-vite')
.arguments('[root]')
.version(version, '-v, --version', 'display version number')
.option('-d --rootDir <path>', 'the directory of project to be converted')
Expand Down

0 comments on commit 184c72c

Please sign in to comment.