A general question on Tools. Suppose I run
Run with clj -T:build function-in-build
what’s the entry point function (main function) to use for the :build alias ?I guess there might be no magic here. The function-in-build is directly executed
@i it depends on what's in your :build alias
Normally you'd have :ns-default there specifying build as the default namespace.
So, no magic, that's how -X works too (-T does some slightly different class path stuff)