Function get_command

Source
pub fn get_command(command: &str) -> Result<PathBuf, Error>
Expand description

Returns the path to a command.

ยงErrors

Returns an error if command can not be found in PATH.