(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.
(args->task args cli-options)
(debug & args)
Print if debug (from DEBUG environment variable) is truthy.
Print if *debug* (from DEBUG environment variable) is truthy.
(info & args)
Print if info (from LEIN_SILENT environment variable) is truthy.
Print if *info* (from LEIN_SILENT environment variable) is truthy.
(runner {:keys [help? task apply-fn entrypoint-main entrypoint-description]})
(usage main description task)
(warn & args)
Print to stderr if info is truthy.
Print to stderr if *info* is truthy.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close