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.