pub fn check_binary_present( name: &str, binary: &str, args: &[&str], install_hint: &str, ) -> ToolCheck
Verify a binary is on $PATH by invoking it with the given args (typically --version).
$PATH
args
--version