Liking cljdoc? Tell your friends :D

auto-build.echo.actions

Echoing actions in terminal

It is specially made for long living and possibly parrallel actions (like REPL and so on.).

Echoing actions in terminal

It is specially made for long living and possibly parrallel actions (like REPL and so on.).
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`.
sourceraw docstring

errorlnclj

(errorln prefixs & texts)

Print as an error the 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 `texts`, with the `prefixs` added.

It should be highlighted and rare (like one line red for each error and not its details).
sourceraw docstring

exceptionlnclj

(exceptionln prefixs e)

Display exception e.

Display exception `e`.
sourceraw 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.
sourceraw docstring

(print-exec-cmd prefixs cmd)

Prints the execution of command string cmd with the prefixs added.

Prints the execution of command string `cmd` with the `prefixs` added.
sourceraw docstring

printersclj

Printers for actions

Printers for actions
sourceraw docstring

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

× close