[][src]Function serenity::framework::standard::help_commands::create_customised_help_data

pub fn create_customised_help_data<'a, H: BuildHasher>(
    groups: &'a HashMap<String, Arc<CommandGroup>, H>,
    args: &'a Args,
    help_options: &'a HelpOptions,
    msg: &Message
) -> CustomisedHelpData<'a>

Iterates over all commands and forges them into a CustomisedHelpData taking HelpOptions into consideration when deciding on whether a command shall be picked and in what textual format.