pub fn is_command_on_path<T: AsRef<OsStr>>(name: T) -> bool
Return true if the provided command/program (without extension) is available on PATH.
PATH