pub fn is_command_resolvable(path: &Path) -> bool
Returns true if the given command path is resolvable as an executable.
true
Paths containing separators are validated directly, while bare command names are searched in PATH.
PATH