Liking cljdoc? Tell your friends :D

kaocha.plugin.notifier


detect-commandclj

(detect-command)
source

exists?clj

(exists? program)
source

expand-commandclj

(expand-command command replacements)

Takes a command string including replacement patterns, and a map of replacements, and returns a vector of command + arguments.

Replacement patterns are of the form %{xxx}

Takes a command string including replacement patterns, and a map of
replacements, and returns a vector of command + arguments.

Replacement patterns are of the form `%{xxx}`
sourceraw docstring

icon-pathclj

Return a local path to the Clojure icon.

If Kaocha is running from a jar, then extract the icon to a temp file first, so external programs have access to it.

Return a local path to the Clojure icon.

If Kaocha is running from a jar, then extract the icon to a temp file first,
so external programs have access to it. 
sourceraw docstring

messageclj

(message result)
source

notifier-cli-options-hookclj

(notifier-cli-options-hook opts)
source

notifier-config-hookclj

(notifier-config-hook config)
source

notifier-hooksclj

source

notifier-post-run-hookclj

(notifier-post-run-hook result)
source

run-commandclj

(run-command command result)

Run the given command string, replacing patterns with values based on the given test result.

Run the given command string, replacing patterns with values based on the given
test result.
sourceraw docstring

titleclj

(title result)
source

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

× close