auto-build.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.
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.