Liking cljdoc? Tell your friends :D

epsilon.core


-mainclj

(-main & args)
source

actions-mapclj

source

add-shutdown-hookclj

(add-shutdown-hook handler)
source

cli-optionsclj

source

config-logclj

(config-log {:keys [min-level]})

Configure Timbre. Will merge instead of replacing the default config.

Configure Timbre. Will merge instead of replacing the default config.
sourceraw docstring

error-msgclj

(error-msg errors)
source

exitclj

(exit status msg)
source

filtered-log-middlewareclj

(filtered-log-middleware appender-data)

This middleware will replace normal info logging with typical println so the user will get normal prompts in the CLI. Only works for info, will ignore any other types. Once the user turns on verbosity, will revert back to normal logging.

This middleware will replace normal info logging with typical println so the user will get normal prompts in the
CLI. Only works for info, will ignore any other types. Once the user turns on verbosity, will revert back to normal
logging.
sourceraw docstring

usageclj

(usage options-summary)
source

validate-argsclj

(validate-args args)

Validate command line arguments. Either return a map indicating the program should exit (with a error message, and optional ok status), or a map indicating the action the program should take and the options provided.

Validate command line arguments. Either return a map indicating the program
should exit (with a error message, and optional ok status), or a map
indicating the action the program should take and the options provided.
sourceraw docstring

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

× close