auto-build.echo.actions
Echoing actions in terminal
It is specially made for long living and possibly parrallel actions (like REPL and so on.).
action
(action prefixs & texts)
Print an action with its prefixs
, the text of the action is texts
.
errorln
(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).
normalln
(normalln prefixs & texts)
Print as normal text the collection of texts
, with the prefixs
added. It is the default printing method.
print-exec-cmd
(print-exec-cmd prefixs cmd)
Prints the execution of command string cmd
with the prefixs
added.