jasongilman / proto-repl

A Clojure Development Environment package for the Atom editor
https://atom.io/packages/proto-repl
MIT License
565 stars 50 forks source link

Clojure REPL with custom Alias #313

Open nmoya opened 5 years ago

nmoya commented 5 years ago

Hey,

I would like to start the REPL like this: clj -A:dev basically, using clj and specifying to use the dependencies under the dev alias defined in tools.deps.

On settings, you can set arguments for lein, gradlew and boot, but not clojure. Is there any way to inject the alias? Even if temporary?

Thanks