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.