pub fn generate_help<T: Facet<'static>>(config: &HelpConfig) -> StringExpand 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.