IHelpSectionContent

The interface for any class that can be used to generate content inside of a help text section.

Members

Functions

getContent
string getContent(HelpSectionOptions options)

Generates a string to display inside of a help text section.

lineWrap
string lineWrap(HelpSectionOptions options, const(char)[] value)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta