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.
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 & texts)
To print some text that is an error, should be highlighted and rare.
To print some text that is an error, should be highlighted and rare.
(header-printing prefix texts)
Print texts
with the header prefix called prefix
.
Print `texts` with the header prefix called `prefix`.
(normalln & texts)
Print text without decoration, with a carriage return included.
Print text without decoration, with a carriage return included.
(print-cmd cmd)
Prints the execution of command string cmd
with the prefixs
added.
Prints the execution of command string `cmd` with the `prefixs` added.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close