Skip to main content

generate_help

Function generate_help 

Source
pub fn generate_help<T: Facet<'static>>(config: &HelpConfig) -> String
Expand description

Generate help text for a Facet type.

This is a convenience function that builds a Schema internally. If you already have a Schema, use generate_help_for_subcommand instead.