pub fn command_exists_on_path(command: &str) -> boolExpand description
True when command resolves to a file on the current PATH. On Windows the
common executable extensions (.exe, .cmd, .bat) are also probed. Used for
diagnostic “is this runtime available?” hints, not as an execution gate.