pub fn is_command_available(command: &str) -> bool
Check if a command is available in the system PATH
This is useful for checking if a tool or package manager is installed on the system before attempting to use it.