Skip to main content

is_command_on_path

Function is_command_on_path 

Source
pub fn is_command_on_path<T: AsRef<OsStr>>(name: T) -> bool
Expand description

Return true if the provided command/program (without extension) is available on PATH.