pub fn extract_command_basename(cmd: &str) -> &str
Extract the basename of a command, handling full paths
Examples:
/usr/bin/find
find
→