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 2903fd2 commit 67cff95Copy full SHA for 67cff95
packages/@vue/cli-service/lib/Service.js
@@ -209,7 +209,7 @@ module.exports = class Service {
209
error(`command "${name}" does not exist.`)
210
process.exit(1)
211
}
212
- if (!command || args.help) {
+ if (!command || args.help || args.h) {
213
command = this.commands.help
214
} else {
215
args._.shift() // remove command itself
0 commit comments