Skip to main content

help_for

Function help_for 

Source
pub fn help_for(name: &str) -> Option<&'static str>
Expand description

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.