Skip to main content

check_binary_present

Function check_binary_present 

Source
pub fn check_binary_present(
    name: &str,
    binary: &str,
    args: &[&str],
    install_hint: &str,
) -> ToolCheck
Expand description

Verify a binary is on $PATH by invoking it with the given args (typically --version).