()
| 81 | return this; |
| 82 | } |
| 83 | run(): this { |
| 84 | _program.run(); |
| 85 | return this; |
| 86 | } |
| 87 | async exec(args: unknown[], options?: IExecOptions): Promise<void> { |
| 88 | // biome-ignore lint/suspicious/noExplicitAny: TODO |
| 89 | await _program.exec(args as any, options as any); |
no outgoing calls
no test coverage detected