It might be nice to allow overriding the puget options with a special key on the nrepl msg. My specific use case is that I would like to use the coloring option with lein repl but uncolored with cider.
This is supported now in 2.0.0! You can send custom :print-options in each nREPL message which will override the main options set in whidbey.repl/options.
It might be nice to allow overriding the puget options with a special key on the nrepl msg. My specific use case is that I would like to use the coloring option with
lein repl
but uncolored with cider.