pub fn suggest_command(input: &str) -> Option<&'static str>
Find the closest matching command for a misspelled input (Levenshtein distance).