Core namespace for the Monkey CI app. This contains the entrypoint which processes the configuration. This configuration determines whether the application runs as a server, execute a single script, which type of runner is enabled, etc...
Core namespace for the Monkey CI app. This contains the entrypoint which processes the configuration. This configuration determines whether the application runs as a server, execute a single script, which type of runner is enabled, etc...
(-main & args)
Main entry point for the application.
Main entry point for the application.
(make-cli-config {:keys [cmd-invoker env] :or {cmd-invoker system-invoker}})
(system-invoker {:keys [command app-mode] :as cmd} env)
Creates a new runtime and invokes the command using the specified application mode. By default it uses the base system, but you can specify your own for testing purposes.
Creates a new runtime and invokes the command using the specified application mode. By default it uses the base system, but you can specify your own for testing purposes.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close