We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ee583 commit 879b815Copy full SHA for 879b815
packages/@vue/cli/bin/vue.js
@@ -62,7 +62,7 @@ program
62
.option('-f, --force', 'Overwrite target directory if it exists')
63
.option('--merge', 'Merge target directory if it exists')
64
.option('-c, --clone', 'Use git clone when fetching remote preset')
65
- .option('-x, --proxy', 'Use specified proxy when creating project')
+ .option('-x, --proxy <proxyUrl>', 'Use specified proxy when creating project')
66
.option('-b, --bare', 'Scaffold project without beginner instructions')
67
.option('--skipGetStarted', 'Skip displaying "Get started" instructions')
68
.action((name, cmd) => {
0 commit comments