Skip to content

CountsRunner

CountsRunner = (args) => string | Promise<string>

Defined in: src/backlog.ts:26

Runs gh and returns stdout. Sync or async — the background warmer passes an async runner so handleBacklog’s per-repo Promise.all actually fans out in parallel instead of serializing on a blocking execFileSync.

string[]

string | Promise<string>