(add-middleware & {:as *opts* :keys [help middleware]})CIDER middleware injection task
This task allows to inject middleware in boot.repl/*default-middleware*.
Just pass it as -m|-middleware. The input is a name but will be converted to
symbol.
Keyword Args: :help bool Print this help info. :middleware #{sym} Name of the middleware to inject
CIDER middleware injection task
This task allows to inject middleware in `boot.repl/*default-middleware*`.
Just pass it as -m|-middleware. The input is a name but will be converted to
symbol.
Keyword Args:
:help bool Print this help info.
:middleware #{sym} Name of the middleware to inject(nrepl-server & {:as *opts* :keys [help bind port]})Start a nREPL server.
Optionally accepts port and host.
Note that the boot.repl/default-middleware atom is read for the list of the middleware symbols.
Keyword Args: :help bool Print this help info. :bind str The address server listens on. :port int The port to listen on and/or connect to.
Start a nREPL server. Optionally accepts port and host. Note that the boot.repl/*default-middleware* atom is read for the list of the middleware symbols. Keyword Args: :help bool Print this help info. :bind str The address server listens on. :port int The port to listen on and/or connect to.
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 |