Fork me on GitHub
#tools-deps
<
2021-08-05
>
Cam Saul20:08:52

I was trying to rework a build script as a -T alias, and I've just noticed that it's missing from a lot of the the man page. • The man page for clojure has been updated to mention that -T exists in the synopsis but doesn't actually describe what -T does outside of that • `-T` is also not explained anywhere in the Deps and CLI Guide (AFAIK) The only place I found that explains it is the blog post https://clojure.org/news/2021/07/09/source-libs-builds

Joshua Suskalo20:08:53

The deps and cli reference has been updated with references to -T

Joshua Suskalo20:08:05

Yeah, sorry, I was mistaken, I sometimes confuse the reference for the guide.

Joshua Suskalo20:08:05

The guide has been updated for this release because it does contain information about preparing libs (https://clojure.org/guides/deps_and_cli#prep_libs), but you're right, no references to -T

seancorfield21:08:26

It's discussed in the reference section https://clojure.org/reference/deps_and_cli

👍 3
seancorfield21:08:03

Not sure whether it belongs in the guide section, except maybe as a note to read the relevant parts of the reference?

seancorfield21:08:52

There's a separate guide for tools.build stuff: https://clojure.org/guides/tools_build

seancorfield21:08:37

(and I'm happy to answer Qs in-depth since we've switched our entire setup at work to use clojure -T:build ... for everything!)