pub fn command_score(c: &Command, needle: &str) -> Option<i32>
Best fuzzy score of needle across a command’s name/aliases/desc, with the name weighted highest and the description lowest.
needle