Failing on unknown command
This commit is contained in:
Родитель
92cf892d12
Коммит
3e62334d75
|
@ -1039,6 +1039,12 @@ program
|
|||
updateStatus()
|
||||
})
|
||||
|
||||
program
|
||||
.command('*')
|
||||
.action(function() {
|
||||
fail("unknown command");
|
||||
})
|
||||
|
||||
program.parse(process.argv)
|
||||
|
||||
if (!process.argv.slice(2).length) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче