How can --report stderr be used in combination with clojure -X ?
--report stderr
clojure -X
It can’t but you can use the system property variant
-J-Dclojure.main.report=stderr
At least, I think that works
👍