pub fn which_binary(name: &str) -> Option<PathBuf>
Walk $PATH to find a binary. Returns Some(path) on success. Does not use an external crate; pure std.
$PATH
Some(path)