Fork me on GitHub
#leiningen
<
2017-01-27
>
Pablo Fernandez17:01:55

Any idea how to set up the working directory of a lein shell call?

norman19:01:47

:shell {:commands {"first" {:default-command "pwd" :dir "/tmp"} "second" {:default-command "pwd"}}}

norman19:01:59

compare “lein shell first” and “lein shell second"

norman19:01:24

@pupeno it’s slightly awkward, but it works