forked from mirrors/probot
Add simulate as a subcommand
This commit is contained in:
parent
afa1a91921
commit
f2103fded6
|
@ -12,4 +12,5 @@ require('commander')
|
|||
.version(require('../package').version)
|
||||
.usage('<command> [options]')
|
||||
.command('run', 'run the bot')
|
||||
.command('simulate', 'simulate a webhook being delivered')
|
||||
.parse(process.argv);
|
||||
|
|
Loading…
Reference in New Issue