Skip to main content

check_binary

Function check_binary 

Source
pub fn check_binary(agent_name: &str) -> Result<PathBuf>
Expand description

Verify that the CLI binary for agent_name is available in PATH.

Returns the resolved path on success, or an actionable error with install instructions on failure.