We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a125d4 commit a8a6b62Copy full SHA for a8a6b62
packages/@vue/cli/bin/vue.js
@@ -92,6 +92,7 @@ program
92
program
93
.command('init <template> <app-name>')
94
.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')
96
.action(() => {
97
loadCommand('init', '@vue/cli-init')
98
})
0 commit comments