tokuhirom / Minilla

Authorizing tool for CPAN modules
https://metacpan.org/release/Minilla
Other
98 stars 65 forks source link

Don't color the console messages (or with better colours) #277

Closed wollmers closed 5 years ago

wollmers commented 5 years ago

On my first use of the latest version

` $ minil migrate $ minil test `

I got light blue messages on white background. That's very hard and nearly impossible to read.

So please don't colour normal messages and let the user settings of the terminal do their work. Others like Dist::Milla only use red e. g. for failed tests (maybe via Dist::Zilla or whatever), or also e. g. systemd on a standard installation of Debian.

skaji commented 5 years ago

patches are welcome

skaji commented 5 years ago

Ah, minil already has --no-color option.