()
| 78 | * the targets multi-select pre-populated with detected agents. |
| 79 | */ |
| 80 | export async function runInstaller(): Promise<void> { |
| 81 | return runInstallerWithOptions({}); |
| 82 | } |
| 83 | |
| 84 | export async function runInstallerWithOptions(opts: RunInstallerOptions): Promise<void> { |
| 85 | const clack = await importESM('@clack/prompts'); |
no test coverage detected