command_exists

Function command_exists 

Source
pub fn command_exists(cmd: &str) -> bool
Expand description

Checks if a command is available in the system PATH.

Returns true if the command exists and is executable.