pub fn find_executable(name: &str) -> Option<PathBuf>
Find an executable in the system PATH.
Returns the full path to the executable if found.