Liking cljdoc? Tell your friends :D
Clojure only.

boundary.user.shell.cli-entry

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).
raw docstring

run-cli!clj

(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.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close