Fork me on GitHub
#tools-deps
<
2018-05-18
>
kenny20:05:42

Is there a reason you shouldn't always use the -A CLI option?

dominicm20:05:43

if the test alias uses test-runner, you may not want the main aspect of it 🙂

seancorfield00:05:23

This is why I think it's better practice to have separate test and runner aliases 🙂

kenny20:05:53

Could you clarify what you mean? What is test-runner? And what is the main aspect of it?

dominicm20:05:17

Sorry, I should be clearer, you may not want the :main-opts option to kick in.

kenny20:05:14

Ah that makes sense. Is that the only reason?

hagmonk22:05:55

Fun! clojure -Sdeps '{:deps {org.clojure/clojure {:mvn/version "1.6.0"} gorilla-repl {:mvn/version "0.4.0"}}}' -m gorilla-repl.core

seancorfield00:05:23

This is why I think it's better practice to have separate test and runner aliases 🙂