pub fn did_you_mean(possibilities: &[String], tried: &str) -> Option<String>
Expand description

Shamelessly poached from the Nushell core code. Suggest the closest match to a string.