is_command_available

Function is_command_available 

Source
pub fn is_command_available(command: &str) -> bool
Expand description

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.