Internal
Internal
boldIf true, applies bold font styles.
Internal
clrApplies 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.
Internal
depthIf 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).
Internal
exitWhether to exit the process after handling.
Internal
flagColours the message in the inverse -- clr is the background. If ``, the flag background should be solid black and the foreground is the chosen colour.
Internal
fullPads each line to be at least equal to
{@link MessageMaker.MsgArgs}.maxWidth
.
Useful for flags that you want to take up a certain width.
Internal
hangingString to be used as a hanging indent. Not painted.
Internal
indentString to be used as an indent (every line). Not painted.
Internal
italicIf true, applies italic font styles.
Internal
joinerUsed to join bulk strings together.
Internal
linesNumber of blank lines after the message, if any.
Internal
linesNumber of blank lines after the message, if any.
Internal
maxMax width of messages (in characters), if any.
Internal
minMinimum width of messages (in characters).
Minimum value is 10.
Internal
tabString used to represent a tab (e.g., with
{@link MessageMaker.MsgArgs}.depth
).
Optional configuration for Handler function types.
Since
0.1.0-alpha