Skip to content

Commit

Permalink
fix: missing proxy argument (#5778)
Browse files Browse the repository at this point in the history
Closes #5761
  • Loading branch information
RobbinBaauw committed Aug 13, 2020
1 parent a1ee583 commit 879b815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli/bin/vue.js
Expand Up @@ -62,7 +62,7 @@ program
.option('-f, --force', 'Overwrite target directory if it exists')
.option('--merge', 'Merge target directory if it exists')
.option('-c, --clone', 'Use git clone when fetching remote preset')
.option('-x, --proxy', 'Use specified proxy when creating project')
.option('-x, --proxy <proxyUrl>', 'Use specified proxy when creating project')
.option('-b, --bare', 'Scaffold project without beginner instructions')
.option('--skipGetStarted', 'Skip displaying "Get started" instructions')
.action((name, cmd) => {
Expand Down

0 comments on commit 879b815

Please sign in to comment.