User module CLI entrypoint wrapper.
Encapsulates user-specific CLI startup so that the top-level CLI can remain as module-agnostic as possible and delegate into this module.
Note: boundary.config is loaded lazily via requiring-resolve so this namespace compiles cleanly when boundary/src is not on the classpath (e.g. when using zzp-guard's :dev-local alias during REPL development).
User module CLI entrypoint wrapper. Encapsulates user-specific CLI startup so that the top-level CLI can remain as module-agnostic as possible and delegate into this module. Note: boundary.config is loaded lazily via requiring-resolve so this namespace compiles cleanly when boundary/src is not on the classpath (e.g. when using zzp-guard's :dev-local alias during REPL development).
(run-cli! args)Run the user module CLI for the given command-line arguments.
Returns an integer exit status. Does not call System/exit.
Run the user module CLI for the given command-line arguments. Returns an integer exit status. Does not call System/exit.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |