pub async fn check_cli_version_with_path(
cli_path: &str,
) -> Result<CliVersionStatus, ClaudeError>Expand description
Checks the CLI at the given path against TESTED_CLI_VERSION.
Returns a CliVersionStatus indicating the comparison result.
ยงErrors
ClaudeError::CliNotFoundif the binary is not found.ClaudeError::NonZeroExitif the command fails.ClaudeError::Iofor other I/O errors.