(args: ReadonlyArray<string>)
| 3 | |
| 4 | // Run CLI in test environment |
| 5 | export const cli = (args: ReadonlyArray<string>): Effect.Effect<void, unknown, any> => |
| 6 | Effect.flatMap(Cli.runWithConfig, run => run(['node', '<CMD>', ...args])); |
no test coverage detected