Skip to content

TailscaleRunner

TailscaleRunner = (args) => Promise<{ stdout: string; }>

Defined in: src/tailscale.ts:11

Minimal runner type — injectable for unit tests. Mirrors the promisify(execFile) surface we actually use.

string[]

Promise<{ stdout: string; }>