Function mozrunner::path::find_binary

source ·
pub fn find_binary(binary_name: &str) -> Option<PathBuf>
Expand description

Searches the system path (PATH) for an executable binary and returns the first match, or None if not found.