pub fn get_command(command: &str) -> Result<PathBuf, Error>
Returns the path to a command.
command
Returns an error if command can not be found in PATH.