Fork me on GitHub
#protorepl
<
2018-07-24
>
henrik06:07:08

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)

seancorfield15:07:45

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

seancorfield15:07:18

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

👍 4