Skip to main content

check_cli

Function check_cli 

Source
pub async fn check_cli() -> Result<String, ClaudeError>
Expand description

Checks that the claude CLI is available and returns its version string.

Runs claude --version and returns the trimmed stdout on success.

ยงErrors