Fork me on GitHub
#polylith
<
2023-11-24
>
tengstrand08:11:03

Hi everyone! I'm curious if anyone is using the https://cljdoc.org/d/polylith/clj-poly/0.2.18-SNAPSHOT/doc/clojure-cli-tool, e.g. clojure -Tpoly info project true instead of poly info :project or clojure -M:poly info :project or just info :project from a shell? My guess is that it may be used by a few to start a https://cljdoc.org/d/polylith/clj-poly/0.2.18-SNAPSHOT/doc/shell but not more. If that is the case, then we could simplify the documentation a bit, and maybe remove this functionality.

namenu08:11:36

I use -M only. I would choose -T over other methods for standalone use, but it is okay to not have it.

timo08:11:52

not using it as a tool afaik

seancorfield16:11:21

I have it installed as a tool but I pretty much never use it (because I'm always using a more recent per-project git version via clojure -M:poly shell). And I don't like the workspace created by poly so I don't use it for new projects -- I still use clj-new's template for that (which I plan to migrate to deps-new at some point).

seancorfield16:11:10

(so I wouldn't care if the whole tool usage thing went away)

👍 2