This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-11-24
Channels
- # announcements (11)
- # babashka (11)
- # beginners (36)
- # biff (14)
- # cider (2)
- # clj-commons (9)
- # clojure (34)
- # clojure-czech (2)
- # clojure-europe (65)
- # clojure-nl (2)
- # clojure-norway (12)
- # clojure-uk (4)
- # clojuredesign-podcast (7)
- # clojurescript (5)
- # cursive (8)
- # deps-new (6)
- # hugsql (1)
- # humbleui (2)
- # hyperfiddle (5)
- # leiningen (21)
- # off-topic (2)
- # polylith (5)
- # practicalli (1)
- # releases (1)
- # sci (64)
- # sql (9)
- # squint (43)
- # test-check (6)
- # vim (7)
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.
I use -M only. I would choose -T over other methods for standalone use, but it is okay to not have it.
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).