We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7471f94 commit 0c9ecd5Copy full SHA for 0c9ecd5
packages/@vue/cli/bin/vue
@@ -41,7 +41,7 @@ program
41
.option('-d, --default', 'Skip prompts and use default config')
42
.option('-c, --config <json>', 'Skip prompts and use inline JSON string as config')
43
.option('-r, --registry <url>', 'Use specified NPM registry when installing dependencies')
44
- .option('-m, --package-manager <command>', 'Use specified NPM client when installing dependencies')
+ .option('-m, --packageManager <command>', 'Use specified NPM client when installing dependencies')
45
.option('-f, --force', 'Overwrite target directory if it exists')
46
.action((name, cmd) => {
47
require('../lib/create')(name, cleanArgs(cmd))
0 commit comments