Fork me on GitHub
#leiningen
<
2019-12-25
>
agold21:12:29

lein re-frame generated a project.clj with the following clause:

:shell {:commands {"open" {:windows ["cmd" "/c" "start"]
                             :macosx  "open"
                             :linux   "xdg-open"}}}
But it doesn’t work as expected on WSL? How do I fix it? Where is :shell documented?

sogaiu23:12:05

is it possible that's part of lein-shell? there's some mention of :shell here: https://github.com/hypirion/lein-shell/blob/master/src/leiningen/shell.clj#L121 (along with a few other instances)