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 2db8d18 commit b7bed8aCopy full SHA for b7bed8a
packages/@vue/cli/bin/vue.js
@@ -57,7 +57,7 @@ program
57
.option('-b, --bare', 'Scaffold project without beginner instructions')
58
.action((name, cmd) => {
59
const options = cleanArgs(cmd)
60
- // --no-git makes commander to default git to true
+ // --git makes commander to default git to true
61
if (process.argv.includes('-g') || process.argv.includes('--git')) {
62
options.forceGit = true
63
}
0 commit comments