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.
Parameters
Section titled “Parameters”string[]
Returns
Section titled “Returns”Promise<void>