auto-core.echo.headers
Prints text with headers on the terminal.
Each content is modified to wrap the width
of the terminal, and is modified to have a left margin.
errorln
(errorln & texts)
To print some text that is an error, should be highlighted and rare.
exceptionln
(exceptionln e)
Display exception e
.
h1
(h1 & texts)
h1-error
(h1-error & texts)
h1-valid
(h1-valid & texts)
h2
(h2 & texts)
h2-error
(h2-error & texts)
h2-valid
(h2-valid & texts)
h3
(h3 & texts)
h3-error
(h3-error & texts)
h3-valid
(h3-valid & texts)
header-printing
(header-printing prefix texts)
Print texts
with the header prefix called prefix
.
normalln
(normalln & texts)
Print text without decoration, with a carriage return included.
print-cmd
(print-cmd cmd)
Prints the execution of command string cmd
with the prefixs
added.
printers
Printers for headers