Liking cljdoc? Tell your friends :D

automaton-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.

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.
raw docstring

build-writterclj

(build-writter)

clear-linesclj

(clear-lines n)

clear-prev-lineclj


current-time-strclj

(current-time-str)

Returns current time string.

Returns current time string.
raw docstring

errorlnclj

(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.
raw docstring

exceptionlnclj

(exceptionln e)

Display exception e.

Display exception `e`.
raw docstring

h1clj

(h1 & texts)

h1-errorclj

(h1-error & texts)

h1-error!clj

(h1-error! & texts)

h1-validclj

(h1-valid & texts)

h1-valid!clj

(h1-valid! & texts)

h2clj

(h2 & texts)

h2-errorclj

(h2-error & texts)

h2-error!clj

(h2-error! & texts)

h2-validclj

(h2-valid & texts)

h2-valid!clj

(h2-valid! & texts)

h3clj

(h3 & texts)

h3-errorclj

(h3-error & texts)

h3-error!clj

(h3-error! & texts)

h3-validclj

(h3-valid & texts)

h3-valid!clj

(h3-valid! & texts)

normallnclj

(normalln & texts)

Print text without decoration, with a carriage return included.

Print text without decoration, with a carriage return included.
raw docstring

pprint-strclj

(pprint-str data)

Pretty print data

Pretty print `data`
raw docstring

(print-cmd-str cmd-str)

Prints the execution of command string cmd-str.

Prints the execution of command string `cmd-str`.
raw docstring

(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.
raw docstring

(print-writter str-writter)

screenifyclj

(screenify texts)

Prepare the texts strings to be printed on the screen.

Prepare the `texts` strings to be printed on the screen.
raw docstring

uri-strclj

(uri-str uri)

Returns the string of the uri.

Returns the string of the `uri`.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close