pub fn help_for(name: &str) -> Option<&'static str>
Look up extended help by command name or alias.
Returns the help text if the name matches a canonical command or a known alias. Returns None for unknown commands.
None