auto-core.echo.base
Common functions for echoing.
build-writter
(build-writter)Creates a writter that could be binded to the output with (binding [*out* s]) where s is the result of this function.
cmd-str
(cmd-str cmd)Returns the string of the cmd.
current-time-str
(current-time-str)Returns current time string.
echo-param
Global echo configuration.
error-font-color
errorln
(errorln & texts)exception-str
(exception-str e)exceptionln
(exceptionln e)normal-font-color
normalln
pprint-str
(pprint-str data)Pretty print data
print-writter
(print-writter str-writter)Print str-writter if necessary it contains something.
printers
Generic printers defined - printing raw text on the terminal
uri-str
(uri-str uri)Returns the string of the uri.