const SectionVars … const SectionAliases … const SectionExamples … const SectionSubcommands … const SectionFlags … const SectionUsage … const SectionTipsHelp … const SectionTipsGlobalOptions … // MainHelpTemplate if the template for 'help' used by most commands. func MainHelpTemplate() string { … } // MainUsageTemplate if the template for 'usage' used by most commands. func MainUsageTemplate() string { … } // OptionsHelpTemplate if the template for 'help' used by the 'options' command. func OptionsHelpTemplate() string { … } // OptionsUsageTemplate if the template for 'usage' used by the 'options' command. func OptionsUsageTemplate() string { … }