I was trying to recall whether it was test:compile
, test::compile
or test/compile
that I wanted while doing something on SBT, when it struck me that though I have some intuition on which separator to use for what, I don't have a clear notion of what each separator is used for.
So, when typing tasks on the sbt console, when/for what do I use :
, ::
and /
?