Liking cljdoc? Tell your friends :D

org.soulspace.overarch.adapter.ui.cli

Functions for the command line interface of overarch.

Functions for the command line interface of overarch.
raw docstring

-mainclj

(-main & args)

Main function as CLI entry point.

Main function as CLI entry point.
sourceraw docstring

appnameclj

source

cli-optsclj

source

descriptionclj

source

dispatchclj

(dispatch model options)

Dispatch on options to the requested actions.

Dispatch on `options` to the requested actions.
sourceraw docstring

error-msgclj

(error-msg errors)

Returns a message containing the parsing errors.

Returns a message containing the parsing errors.
sourceraw docstring

exitclj

(exit status msg)

Exits the process.

Exits the process.
sourceraw docstring

handleclj

(handle options)

Handle the options and generate the requested outputs.

Handle the `options` and generate the requested outputs.
sourceraw docstring

model-infoclj

(model-info model options)

Reports information about the model and views.

Reports information about the model and views.
sourceraw docstring

model-warningsclj

(model-warnings model options)

Reports warnings about the model and views.

Reports warnings about the model and views.
sourceraw docstring

(print-sprite-mappings)
(print-sprite-mappings sprite-mappings)

Prints the given list of the sprite mappings.

Prints the given list of the sprite mappings.
sourceraw docstring

select-elementsclj

(select-elements options)

Returns the model elements selected by criteria specified in the options.

Returns the model elements selected by criteria specified in the `options`.
sourceraw docstring

select-referencesclj

(select-references options)

Returns references to the model elements selected by criteria specified in the options.

Returns references to the model elements selected by criteria specified in the `options`.
sourceraw docstring

select-view-referencesclj

(select-view-references options)

Returns references to the views selected by criteria specified in the options.

Returns references to the views selected by criteria specified in the `options`.
sourceraw docstring

select-viewsclj

(select-views options)

Returns the views selected by criteria specified in the options.

Returns the views selected by criteria specified in the `options`.
sourceraw docstring

update-and-dispatch!clj

(update-and-dispatch! options)

Read models and export the data according to the given options.

Read models and export the data according to the given `options`.
sourceraw docstring

usage-msgclj

(usage-msg summary)
(usage-msg name summary)
(usage-msg name description summary)

Returns a message containing the program usage.

Returns a message containing the program usage.
sourceraw docstring

validate-argsclj

(validate-args args cli-opts)

Validate command line arguments args according to the given cli-opts. Either returns a map indicating the program should exit (with an error message and optional success status), or a map indicating the options provided.

Validate command line arguments `args` according to the given `cli-opts`.
Either returns a map indicating the program should exit
(with an error message and optional success status), or a map
indicating the options provided.
sourceraw docstring

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

× close