Just noticed that colorized output is dependent on having ~/.polylith/config.edn
-- something that won't be present on a system that only "consumes" a git repo containing Polylith code. According to the docs, it sounds like that file is only created if you use poly
to create a workspace on a system?
That means that my colleague will only see black and white output from clojure -M:poly info
.
Would it be better to auto-create ~/.polylith/config.edn
if it's missing on any poly
tool invocation?