Skip to main content

resolve_single_client

Function resolve_single_client 

Source
pub fn resolve_single_client(
    client: ClientKind,
    scope: ScopeRequest,
    project_root: &Path,
) -> Option<ConfigTarget>
Expand description

Resolve config target for a single explicitly-named non-ClaudeCode client.

Claude Code does not use this path — it is handled via handle_claude_code_via_cli.