# Functions
No description provided by the author
No description provided by the author
Examples normalizes a command's examples to follow the conventions.
LongDesc normalizes a command's long description to follow the conventions.
MainHelpTemplate if the template for 'help' used by most commands.
MainUsageTemplate if the template for 'usage' used by most commands.
Normalize perform all required normalizations on a given command.
NormalizeAll perform all required normalizations in the entire command tree.
OptionsHelpTemplate if the template for 'help' used by the 'options' command.
OptionsUsageTemplate if the template for 'usage' used by the 'options' command.
No description provided by the author
# Constants
No description provided by the author
SectionAliases is the help template section that displays command aliases.
SectionExamples is the help template section that displays command examples.
SectionFlags is the help template section that displays the command's flags.
SectionSubcommands is the help template section that displays the command's subcommands.
SectionTipsGlobalOptions is the help template section that displays the 'options' hint for displaying global flags.
SectionTipsHelp is the help template section that displays the '--help' hint.
SectionUsage is the help template section that displays the command's usage.
SectionVars is the help template section that declares variables to be used in the template.
# Structs
ASCIIRenderer is a blackfriday.Renderer intended for rendering markdown documents as plain text, well suited for human reading on terminals.
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author