Liking cljdoc? Tell your friends :D

cambada.cli


*debug*clj

source

*info*clj

source

abortclj

(abort & msg)

Print msg to standard err and exit with a value of 1.

Print msg to standard err and exit with a value of 1.
sourceraw docstring

args->taskclj

(args->task args cli-options)
source

base-cli-optionsclj

source

debugclj

(debug & args)

Print if debug (from DEBUG environment variable) is truthy.

Print if *debug* (from DEBUG environment variable) is truthy.
sourceraw docstring

infoclj

(info & args)

Print if info (from LEIN_SILENT environment variable) is truthy.

Print if *info* (from LEIN_SILENT environment variable) is truthy.
sourceraw docstring

runnerclj

(runner {:keys [help? task apply-fn entrypoint-main entrypoint-description]})
source

usageclj

(usage main description task)
source

warnclj

(warn & args)

Print to stderr if info is truthy.

Print to stderr if *info* is truthy.
sourceraw docstring

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

× close