Liking cljdoc? Tell your friends :D

formatting-stack.reporters.pretty-printer

Prints an optionally colorized, indented, possibly truncated output of the reports.

Prints an optionally colorized, indented, possibly truncated output of the reports.
raw docstring

newclj

(new {:keys [max-msg-length print-diff? print-stacktraces? summary? colorize?]
      :or {max-msg-length 200
           print-diff? false
           print-stacktraces? true
           summary? true
           colorize? true}})
source

(print-exceptions {:keys [print-stacktraces?]} reports)
source

(print-report this reports)
source

(print-summary {:keys [summary? colorize?]} reports)
source

(print-warnings {:keys [max-msg-length print-diff? colorize?]} reports)
source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close