| 14 | } |
| 15 | |
| 16 | export interface CliOptions { |
| 17 | timeout?: number; |
| 18 | cwd?: string; |
| 19 | env?: Record<string, string>; |
| 20 | signal?: AbortSignal; |
| 21 | } |
| 22 | |
| 23 | /** |
| 24 | * Run the CLI with given arguments and capture output |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…