Liking cljdoc? Tell your friends :D

noahtheduke.splint.cli


cli-optionsclj

source

help-messageclj

(help-message specs)
source

pick-visibleclj

(pick-visible config)
source

(print-config options)
source

(print-errors errors)
source

set-autocorrect-additionsclj

(set-autocorrect-additions options)

If --interactive, set autocorrect, and filter all non-error diagnostics.

If --interactive, set autocorrect, and filter all non-error diagnostics.
sourceraw docstring

validate-optsclj

(validate-opts args)

Parse and validate seq of strings.

Returns either a map of {:exit-message "some str" :ok logical-boolean} or {:options {map of cli opts} :paths [seq of strings]}.

:ok is false if given invalid options or an option is provided after paths.

Parse and validate seq of strings.

Returns either a map of {:exit-message "some str" :ok logical-boolean}
or {:options {map of cli opts} :paths [seq of strings]}.

:ok is false if given invalid options or an option is provided after paths.
sourceraw docstring

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

× close