deps.edn-side entrypoint for Skeptic. Invoked as: clojure -M:skeptic [flags] (calls -main) clojure -X:skeptic (calls run with EDN args) Library code lives elsewhere; this namespace only handles CLI parsing, source-path discovery, and the call into skeptic.core/check-project.
deps.edn-side entrypoint for Skeptic. Invoked as: clojure -M:skeptic [flags] (calls -main) clojure -X:skeptic (calls run with EDN args) Library code lives elsewhere; this namespace only handles CLI parsing, source-path discovery, and the call into skeptic.core/check-project.
(run opts)exec-fn entrypoint for clojure -X:skeptic. Opts is an EDN map.
exec-fn entrypoint for `clojure -X:skeptic`. Opts is an EDN map.
(run-cli args)Returns an exit code (0 clean, 1 inconsistencies / parse error / help).
Returns an exit code (0 clean, 1 inconsistencies / parse error / help).
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |