Liking cljdoc? Tell your friends :D
Clojure only.

leiningen.pprint


pprintclj

(pprint project & args)

Usage: pprint [--no-pretty] [--] [selector...]

When no selectors are specified, pretty-prints a representation of the entire project map. Otherwise pretty-prints the item(s) retrieved by (get-in project selector) when reading a selector produces something sequential, or (get project selector) when it doesn't. If "--no-pretty" is specified, doesn't pretty-print, just prints.

Usage: pprint [--no-pretty] [--] [selector...]

When no selectors are specified, pretty-prints a representation of
the entire project map.  Otherwise pretty-prints the item(s)
retrieved by (get-in project selector) when reading a selector
produces something sequential, or (get project selector) when it
doesn't.  If "--no-pretty" is specified, doesn't pretty-print,
just prints.
raw docstring

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

× close