Hey everyone,

nREPL 0.4.4 is out with a few improvements to its command-line interface.

New features

   - Added --help command-line option.
   - Added --bind command-line option.
   - Added --handler and --middleware command-line options. Extremely
   useful when starting nREPL using
   clj and tools.deps, as this allows you to inject middleware trivially
   without the need for
   something like lein or boot.

See http://nrepl.readthedocs.io/en/latest/usage/ for more details on how to
load 3rd-party middleware using --middleware.
Bugs fixed

   - Add missing newline after colorized values displayed in the REPL.


Very simply put - now you can load whatever middleware you want as simple
as running something like (provided you've setup this alias as explained in
the manual, that is):

clj -R:nREPL -m nrepl.cmdline --middleware "[cider.piggieback/wrap-cljs-repl]"


Enjoy!

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to