Fork me on GitHub
#tools-deps
<
2019-12-28
>
sveri10:12:28

Hi. I am using cursive which can start an nrepl with deps. Now, when the repl is started I want to switch to a specific namespace and run a function inside. Using the clojure.main repl I was able to do that by providing a main opts entry point like this:

:aliases {:repl {:main-opts ["-e" "((requiring-resolve 'de.sveri.sg.user/startup))"]}}
Is there something similar for the nrepl?