auto-build.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.
exception-str
(exception-str e)
exceptionln
(exceptionln e)
pprint-str
(pprint-str 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
.