pub fn find_tool_binary(tool_name: &str) -> Result<String>
Find the binary path of a tool using the which command
which