Liking cljdoc? Tell your friends :D

vivid.art.cli.command

CLI command parsing and dispatch.

CLI command parsing and dispatch.
raw docstring

vivid.art.cli.exec

Non-lazily drives the rendering of batches.

Non-lazily drives the rendering of batches.
raw docstring

vivid.art.cli.log

Logging facility used by this library. Consumers of this library may bind the logging fn vars to their extant logging functions.

Logging facility used by this library. Consumers of this library may bind
the logging fn vars to their extant logging functions.
raw docstring

vivid.art.cli.messages

Uniform ART messages throughout CLI tooling.

Uniform ART messages throughout CLI tooling.
raw docstring

vivid.art.cli.resolve

Resolvers of CLI option arguments.

If an argument doesn't appear to be resolvable according to the nature of a given resolver fn, it returns nil. Otherwise, these fns proceed with resolution and will signal any errors encountered as :vivid.art.cli/error conditions, :normally nil for production but managed by the condition system for use in automated testing.

As an example, a file resolver function interprets its argument as a file path. If the file doesn't exist, the resolver fn sensibly returns nil, but if the file does exist, then any errors associated with attempting to read the file's contents is signalled.

Resolvers of CLI option arguments.

If an argument doesn't appear to be resolvable according to the nature of
a given resolver fn, it returns nil. Otherwise, these fns proceed with
resolution and will signal any errors encountered as :vivid.art.cli/error
conditions, :normally nil for production but managed by the condition
system for use in automated testing.

As an example, a file resolver function interprets its argument as a file
path. If the file doesn't exist, the resolver fn sensibly returns nil, but
if the file does exist, then any errors associated with attempting to read
the file's contents is signalled.
raw docstring

vivid.art.cli.specs

No vars found in this namespace.

vivid.art.cli.validate

Validation of individual options available in public API & CLI

Validation of individual options available in public API & CLI
raw docstring

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

× close