(cmd: string, options?: { logOutput?: boolean; stdin?: Buffer })
| 160 | |
| 161 | export interface ShellServer { |
| 162 | exec(cmd: string, options?: { logOutput?: boolean; stdin?: Buffer }): Promise<{ stdout: string; stderr: string }>; |
| 163 | } |
no outgoing calls
no test coverage detected