HelpText

Undocumented in source.

Members

Functions

addArgument
void addArgument(string name, HelpTextDescription[] description)
Undocumented in source. Be warned that the author may not have intended to support it.
addHeader
void addHeader(string header)
Undocumented in source. Be warned that the author may not have intended to support it.
addHeaderWithText
void addHeaderWithText(string header, string text)
Undocumented in source. Be warned that the author may not have intended to support it.
addLine
void addLine(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
addLineWithPrefix
void addLineWithPrefix(string prefix, string text, AnsiStyleSet prefixStyle)
Undocumented in source. Be warned that the author may not have intended to support it.
finish
string finish()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

ARG_DESC_PERCENT
enum ARG_DESC_PERCENT;
Undocumented in source.
ARG_GUTTER_PERCENT
enum ARG_GUTTER_PERCENT;
Undocumented in source.
ARG_NAME_PERCENT
enum ARG_NAME_PERCENT;
Undocumented in source.

Static functions

make
HelpText make(uint width)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta