Skip to content

Commit 879b815

Browse files
authored
fix: missing proxy argument (#5778)
Closes #5761
1 parent a1ee583 commit 879b815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli/bin/vue.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ program
6262
.option('-f, --force', 'Overwrite target directory if it exists')
6363
.option('--merge', 'Merge target directory if it exists')
6464
.option('-c, --clone', 'Use git clone when fetching remote preset')
65-
.option('-x, --proxy', 'Use specified proxy when creating project')
65+
.option('-x, --proxy <proxyUrl>', 'Use specified proxy when creating project')
6666
.option('-b, --bare', 'Scaffold project without beginner instructions')
6767
.option('--skipGetStarted', 'Skip displaying "Get started" instructions')
6868
.action((name, cmd) => {

0 commit comments

Comments
 (0)