(
command: string,
options?: {
id?: string;
cwd?: string;
timeoutMs?: number;
env?: Record<string, string>;
stdin?: Uint8Array;
},
)
| 32 | // runs without computerd's process-supervision code on the path. |
| 33 | export interface RunnerLike { |
| 34 | exec( |
| 35 | command: string, |
| 36 | options?: { |
| 37 | id?: string; |
no outgoing calls
no test coverage detected