Skip to content

Commit a8a6b62

Browse files
ElRochitoyyx990803
authored andcommitted
docs: document vue init --clone option (#1079)
1 parent 7a125d4 commit a8a6b62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ program
9292
program
9393
.command('init <template> <app-name>')
9494
.description('generate a project from a remote template (legacy API, requires @vue/cli-init)')
95+
.option('-c, --clone', 'Use git clone when fetching remote template')
9596
.action(() => {
9697
loadCommand('init', '@vue/cli-init')
9798
})

0 commit comments

Comments
 (0)