Liking cljdoc? Tell your friends :D

skeptic.cli.main

Legacy deps.edn-side entrypoint for Skeptic.

Hermetic Clojure CLI execution is exposed through skeptic.tool/check and clj -T:skeptic check. clojure -M:skeptic starts from the client project's runtime classpath, so it is intentionally unsupported.

Legacy deps.edn-side entrypoint for Skeptic.

Hermetic Clojure CLI execution is exposed through `skeptic.tool/check`
and `clj -T:skeptic check`. `clojure -M:skeptic` starts from the client
project's runtime classpath, so it is intentionally unsupported.
raw docstring

-mainclj

(-main & args)
source

check-projectclj

(check-project opts)

Run Skeptic from an already-hermetic tool/plugin runtime.

opts is the arg map shape accepted by clj -T:skeptic check; :project-dir selects the client project to analyze. The client project's deps.edn basis is used only to discover input paths and is not added to this JVM's classpath.

Run Skeptic from an already-hermetic tool/plugin runtime.

`opts` is the arg map shape accepted by `clj -T:skeptic check`; `:project-dir`
selects the client project to analyze. The client project's deps.edn basis is
used only to discover input paths and is not added to this JVM's classpath.
sourceraw docstring

deps-cli-optionsclj

source

runclj

(run _opts)

Legacy exec-fn entrypoint. -X is not hermetic; use clj -T:skeptic check.

Legacy exec-fn entrypoint. `-X` is not hermetic; use `clj -T:skeptic check`.
sourceraw docstring

run-cliclj

(run-cli _args)

Legacy -M entrypoint. Always returns 1 because -M is not hermetic.

Legacy -M entrypoint. Always returns 1 because -M is not hermetic.
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