Skip to content

GhRunner

GhRunner = (args) => Promise<void>

Defined in: src/repos.ts:199

Injectable async gh runner so the network call never blocks Bun’s loop and tests can stub it. Mirrors GhRunner in forge/github.ts.

string[]

Promise<void>