jcgay / maven-color

A colorized Maven console

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable color for dumb terminals

udalrich opened this issue · comments

It would be good to automatically disable color if the TERM environment variable is "dumb" or some other value which is unlikely to be able to display color. Explicitly setting maven.color to true should override this, in case the TERM value is inaccurate or misinterpreted.

Yeah sure !
I will have a look into it.

Thanks for issue !