InternalInternalboldIf true, applies bold font styles.
InternalclrApplies the given colour to the text.
Default painter function for {@link MessageMaker.Args}.paintFormat
options "html" and "markdown" do not currently support colours.
To use colour with those outputs formats, you must provide your own
{@link MessageMaker.Args}.painter argument.
InternaldepthIf defined, an indent is added to every line. This is best for
creating visual hierarchies. Indents count towards the
{@link MessageMaker.MsgArgs}.maxWidth.
Starts at zero (no indent).
InternalexitWhether to exit the process after handling.
InternalflagColours the message in the inverse -- clr is the background. If ``, the flag background should be solid black and the foreground is the chosen colour.
InternalfullPads each line to be at least equal to
{@link MessageMaker.MsgArgs}.maxWidth.
Useful for flags that you want to take up a certain width.
InternalhangingString to be used as a hanging indent. Not painted.
InternalindentString to be used as an indent (every line). Not painted.
InternalitalicIf true, applies italic font styles.
InternaljoinerUsed to join bulk strings together.
InternallinesNumber of blank lines after the message, if any.
InternallinesNumber of blank lines after the message, if any.
InternalmaxMax width of messages (in characters), if any.
InternalminMinimum width of messages (in characters).
Minimum value is 10.
InternaltabString used to represent a tab (e.g., with
{@link MessageMaker.MsgArgs}.depth).
Optional configuration for Handler function types.
Since
0.1.0-alpha