Files
probot/bin/probot
2017-03-17 21:04:23 -07:00

8 lines
172 B
JavaScript
Executable File

#!/usr/bin/env node
require('commander')
.version(require('../package').version)
.usage('<command> [options]')
.command('run', 'run the bot')
.parse(process.argv)