mirror of
https://github.com/zhigang1992/probot.git
synced 2026-06-15 02:18:58 +08:00
6 lines
130 B
JavaScript
Executable File
6 lines
130 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
// Usage: bin/simulate issues path/to/payload app.js
|
|
|
|
const receive = require('../lib/cli/receive')
|
|
receive()
|