Function blue_build_utils::check_command_exists

source ·
pub fn check_command_exists(command: &str) -> Result<()>
Expand description

Checks for the existance of a given command.

§Errors

Will error if the command doesn’t exist.