Skip to content

Commit 0c9ecd5

Browse files
committed
fix: packageManager flag
1 parent 7471f94 commit 0c9ecd5

File tree

1 file changed

+1
-1
lines changed
  • packages/@vue/cli/bin

1 file changed

+1
-1
lines changed

packages/@vue/cli/bin/vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ program
4141
.option('-d, --default', 'Skip prompts and use default config')
4242
.option('-c, --config <json>', 'Skip prompts and use inline JSON string as config')
4343
.option('-r, --registry <url>', 'Use specified NPM registry when installing dependencies')
44-
.option('-m, --package-manager <command>', 'Use specified NPM client when installing dependencies')
44+
.option('-m, --packageManager <command>', 'Use specified NPM client when installing dependencies')
4545
.option('-f, --force', 'Overwrite target directory if it exists')
4646
.action((name, cmd) => {
4747
require('../lib/create')(name, cleanArgs(cmd))

0 commit comments

Comments
 (0)