Liking cljdoc? Tell your friends :D

tegere.cli

A simple command-line interface that may be used by a TeGere-using project. Defines validate-args which can convert prescriptively valid command-line arguments into a :tegere.runner/config config map.

A simple command-line interface that may be used by a TeGere-using project.
Defines validate-args which can convert prescriptively valid command-line
arguments into a ``:tegere.runner/config`` config map.
raw docstring

cli-optionsclj

source

conjoin-tag-expressionclj

(conjoin-tag-expression opts id val)

Conjoin val to existing ::q/query-tree at id of opts using 'and.

Conjoin ``val`` to existing ``::q/query-tree`` at ``id`` of ``opts`` using
``'and``.
sourceraw docstring

default-configclj

source

error-msgclj

(error-msg errors)
source

features-path-exists?clj

(features-path-exists? features-path)
source

usageclj

(usage options-summary)
source

validate-argsclj

(validate-args args)
(validate-args args cli-options)

Validate command line arguments. Either return a map indicating the program should exit (with a error message, and optional ok status), or a :tegere.runner/config config map.

Validate command line arguments. Either return a map indicating the program
should exit (with a error message, and optional ok status), or a
``:tegere.runner/config`` config map.
sourceraw docstring

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

× close