( command: Command, deps: InitDeps, fromEnv: boolean, )
| 549 | * `setup` is the ONLY path that writes credentials. |
| 550 | */ |
| 551 | export async function runConfigureViaSetup( |
| 552 | command: Command, |
| 553 | deps: InitDeps, |
| 554 | fromEnv: boolean, |
| 555 | ): Promise<void> { |
| 556 | await runSetupAction({ agent: 'claude', fromEnv }, command, deps, 'claude'); |
| 557 | } |
no test coverage detected