Liking cljdoc? Tell your friends :D

automaton-build.echo.actions

Echoing in terminal for long living and possibly parrallel actions (like REPL and so on.).

Each line is prefixed with the name of the concerned action.

Echoing in terminal for long living and possibly parrallel actions (like REPL and so on.).

Each line is prefixed with the name of the concerned action.
raw docstring

actionclj

(action prefixs & texts)

Print an action with its prefixs, the text of the action is texts.

Print an action with its `prefixs`, the text of the action is `texts`.
raw docstring

current-time-strclj

(current-time-str)

Returns current time string.

Returns current time string.
raw docstring

errorlnclj

(errorln prefixs & texts)

Print as an error the collection of texts, with the prefixs added. It should be highlighted and rare (like one line red for each error and not its details).

Print as an error the collection of `texts`, with the `prefixs` added.
It should be highlighted and rare (like one line red for each error and not its details).
raw docstring

exceptionlnclj

(exceptionln prefixs e)

Display exception e.

Display exception `e`.
raw docstring

normallnclj

(normalln prefixs & texts)

Print as normal text the collection of texts, with the prefixs added. It is the default printing method.

Print as normal text the collection of `texts`, with the `prefixs` added.
It is the default printing method.
raw docstring

pprint-strclj

(pprint-str data)

Pretty print data

Pretty print `data`
raw docstring

(print-cmd-str prefixs 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-exec-cmd-str prefixs 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

screenifyclj

(screenify prefixs texts)

Prepare the texts strings to be printed on the terminal.

Prepare the `texts` strings to be printed on the terminal.
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