Liking cljdoc? Tell your friends :D

kaocha.config


apply-cli-argsclj

(apply-cli-args config args)
source

apply-cli-optsclj

(apply-cli-opts config options)
source

binding-mapclj

(binding-map config)
(binding-map config throw-errors?)

Get the dynamic bindings configured in the configuration, and turn them into a var->value mapping to be used with [[clojure.core/with-bindings]].

This will ignore unkown vars/namespaces, because they may not have loaded yet.

Get the dynamic bindings configured in the configuration, and turn them into a
var->value mapping to be used with [[clojure.core/with-bindings]].

This will ignore unkown vars/namespaces, because they may not have loaded yet.
sourceraw docstring

default-configclj

(default-config)
source

load-configclj

(load-config)
(load-config path)
(load-config path opts)
source

merge-configclj

(merge-config c1 c2)
source

normalizeclj

(normalize config)
source

normalize-plugin-namesclj

(normalize-plugin-names plugins)
source

normalize-test-suiteclj

(normalize-test-suite m)
source

replace-by-defaultclj

(replace-by-default config k)
source

resolve-reporterclj

(resolve-reporter reporter)
source

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

× close