protorepl

henrik 2018-07-24T06:32:08.000062Z

Iā€™m using proto-repl to connect to a clj repl. How can I send along args to it? (I specifically need to put it into dev-mode: -Adev)

seancorfield 2018-07-24T15:02:45.000651Z

There is currently no way to do that. I believe there's a pull request open against proto REPL to add that functionality.

seancorfield 2018-07-24T15:03:18.000538Z

In the meantime you'll need to start the REPL manually (externally) and connect remotely to it.

šŸ‘ 1