(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.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close