Fork me on GitHub
#polylith
<
2021-12-30
>
dangercoder10:12:01

has anyone tried to use clojure.java.shell to execute e.g. poly ws get:changes:changed-or-affected-projects since:release skip:dev ? When I do it, I get wierd formatting on the :out. Not really sure how to get the format right except regexp, but it rather seem like I am doing something wrong. "[37m[[0m[33m\"notification-worker\"[0m[37m][0m\n"

dangercoder10:12:55

not sure if I should ask in #clojure instead, since this has more to do with clojure.java.shell

furkan3ayraktar10:12:43

Could you try passing color-mode:none argument to see if it helps?

furkan3ayraktar10:12:11

The full command to execute: poly ws get:changes:changed-or-affected-projects since:release skip:dev color-mode:none

dangercoder11:12:19

works like a charm. It was the color! Thanks a lot

polylith 2