Function system_env::is_command_on_path
source · pub fn is_command_on_path<T: AsRef<OsStr>>(name: T) -> boolExpand description
Return true if the provided command/program (without extension)
is available on PATH.
pub fn is_command_on_path<T: AsRef<OsStr>>(name: T) -> boolReturn true if the provided command/program (without extension)
is available on PATH.