Liking cljdoc? Tell your friends :D

carve.api


carve!clj

(carve! opts)

Similar as main function but with opts already parsed. Use nil opts for passing no opts. Intended to be used with clojure -T or clojure -X.

Similar as main function but with opts already parsed. Use nil opts for passing no opts.
Intended to be used with clojure -T or clojure -X.
sourceraw docstring

print!clj

(print! {:keys [:report :config]})
source

reportclj

(report)
(report opts)

Similar to run! but forces non-side-effecting non-interactive behavior.

Similar to run! but forces non-side-effecting non-interactive behavior.
sourceraw docstring

run!clj

(run!)
(run! opts)

Returns unused vars as EDN data in :report. The entire return value may be passed to print! for printing. Accepts similar options as the CLI.

Returns unused vars as EDN data in :report. The entire return value
may be passed to print! for printing. Accepts similar options as the
CLI.
sourceraw docstring

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

× close