Function system_env::find_command_on_path
source · pub fn find_command_on_path<T: AsRef<OsStr>>(name: T) -> Option<PathBuf>Expand description
Return an absolute path to the provided command by checking PATH.
pub fn find_command_on_path<T: AsRef<OsStr>>(name: T) -> Option<PathBuf>Return an absolute path to the provided command by checking PATH.