Fork me on GitHub
#leiningen
<
2018-08-15
>
mmer14:08:51

Hi I am trying to create a cli application - I have tried several approaches and I am seeing different behaviour between lein run an java -jar uberjar.jar

mmer14:08:46

The lein run works as expected. The java -jar does not seem to give me the right results. In the code I am calling a function using map and this works fine in Lein run but not when I use the uberjar. Any ideas

rymndhng16:08:35

do you have an example error?