mirror of
https://github.com/zhigang1992/probot.git
synced 2026-06-16 02:44:19 +08:00
8 lines
172 B
JavaScript
Executable File
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)
|