Skip to main content

resolve_binary

Function resolve_binary 

Source
pub fn resolve_binary(command: &str) -> Option<PathBuf>
Expand description

Find command the way a shell would: as a path if it looks like one, otherwise by walking PATH.