Add simulate as a subcommand

This commit is contained in:
Brandon Keepers 2017-07-18 20:09:57 +02:00
parent afa1a91921
commit f2103fded6
No known key found for this signature in database
GPG Key ID: F9533396D5FACBF6
1 changed files with 1 additions and 0 deletions

View File

@ -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);