(
command: string,
options: {
envs?: Record<string, string>
timeoutMs: number
onStdout?: (chunk: string) => void
onStderr?: (chunk: string) => void
}
)
| 407 | /** Runs commands and moves files inside a live Pi sandbox. */ |
| 408 | export interface PiSandboxRunner { |
| 409 | run( |
| 410 | command: string, |
| 411 | options: { |
| 412 | envs?: Record<string, string> |
no outgoing calls
no test coverage detected