Liking cljdoc? Tell your friends :D

cider.enrich-classpath.plugin-v2


format-jvm-optsclj

(format-jvm-opts {:keys [jvm-opts compile-path]})

format-nrepl-optionsclj

(format-nrepl-options {:keys [transport nrepl-handler socket nrepl-middleware
                              host port]})

middlewareclj

(middleware project)

middleware*clj

(middleware* {:keys [repl-options] :as project})

wrap-tryclj

(wrap-try init)

Wraps init in a try/catch because otherwise clojure.main can fail at startup, while 'init' errors can often be remediated by the user later.

Wraps `init` in a try/catch because otherwise `clojure.main`
can fail at startup, while 'init' errors can often be remediated by the user later.
raw docstring

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

× close