Liking cljdoc? Tell your friends :D

skeptic.cli.main

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.
raw docstring

-mainclj

(-main & args)
source

deps-cli-optionsclj

source

runclj

(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.
sourceraw docstring

run-cliclj

(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).
sourceraw docstring

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