nimble
nimble copied to clipboard
`--noColor` flag does not suppress colored output in the terminal
When I run nimble build --noColor
and if there is an error in a file, the output is still colored: the file impacted is bold and Error is written in red.
Do you mean as in the Nim compiler output is still colored? I tried to reproduce this bug couldn't do it.
Ah, I just got it. Nimble doesn't propagate the --noColor
flag to Nim. I'll fix that quickly.