Skip to main content

tool_exists

Function tool_exists 

Source
pub fn tool_exists(name: &str) -> bool
Expand description

Whether an executable named name is on $PATH (a lightweight check that does not run the tool).