()
| 75 | * Platform-specific behavior is handled by the platform provider |
| 76 | */ |
| 77 | export async function installCli(): Promise<{ |
| 78 | success: boolean |
| 79 | error?: string |
| 80 | }> { |
| 81 | return platform.installCli(getCliSourcePath()) |
| 82 | } |
| 83 | |
| 84 | /** |
| 85 | * Uninstall the CLI command |
no test coverage detected