nimble icon indicating copy to clipboard operation
nimble copied to clipboard

`--noColor` flag does not suppress colored output in the terminal

Open rivten opened this issue 1 year ago • 2 comments

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.

rivten avatar May 24 '23 09:05 rivten

Do you mean as in the Nim compiler output is still colored? I tried to reproduce this bug couldn't do it. image

xTrayambak avatar Sep 14 '23 07:09 xTrayambak

Ah, I just got it. Nimble doesn't propagate the --noColor flag to Nim. I'll fix that quickly.

xTrayambak avatar Nov 22 '23 14:11 xTrayambak