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.
(build-writter)
(clear-lines n)
(current-time-str)
Returns current time string.
Returns current time string.
(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.
(h1 & texts)
(h1-error & texts)
(h1-error! & texts)
(h1-valid & texts)
(h1-valid! & texts)
(h2 & texts)
(h2-error & texts)
(h2-error! & texts)
(h2-valid & texts)
(h2-valid! & texts)
(h3 & texts)
(h3-error & texts)
(h3-error! & texts)
(h3-valid & texts)
(h3-valid! & texts)
(normalln & texts)
Print text without decoration, with a carriage return included.
Print text without decoration, with a carriage return included.
(print-cmd-str cmd-str)
Prints the execution of command string cmd-str
.
Prints the execution of command string `cmd-str`.
(print-exec-cmd-str cmd-str)
Prints the execution of command string cmd-str
with the prefixs
added.
Prints the execution of command string `cmd-str` with the `prefixs` added.
(print-writter str-writter)
(screenify texts)
Prepare the texts
strings to be printed on the screen.
Prepare the `texts` strings to be printed on the screen.
(uri-str uri)
Returns the string of the uri
.
Returns the string of the `uri`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close