pub fn command_exists(cmd: &str) -> bool
Checks if a command is available in the system PATH.
Returns true if the command exists and is executable.
true