Liking cljdoc? Tell your friends :D

cider.tasks


add-middlewareclj

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

nrepl-serverclj

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

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

× close