@seancorfield I'm curious to know where you've landed with regard to https://clojure.atlassian.net/browse/TBUILD-6
I was reading through https://clojure-doc.org/articles/cookbooks/cli_build_projects/#:~:text=or%20in%20containers.-,tools.,jar%20and%20. and generally liked the pattern established here, but ran up against the issue of not seeing a clear path forward to pass :exec-args to cognitect.test-runner.api/test
We ended up backing away from it altogether and went back to :main-opts stuff via aliases. The cookbook pretty much lays out exactly what we do at work and what I do in all my OSS projects these days.
I'm still interested in TBUILD-6 but we have the new stuff in 1.12 that makes tool invocation easier which would get us part of the way there...
BTW, there's a #tools-build channel (for future tools.build Qs).
ah, great. Thank you!