Function system_env::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
.
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
.