nim-lang / nimble

Package manager for the Nim programming language.
Other
1.25k stars 188 forks source link

(fix) pass --colors:off to Nim compiler properly; fixes #1110 #1164

Closed xTrayambak closed 6 months ago

xTrayambak commented 10 months ago

fixes #1110

(fix) pass --colors:off to Nim compiler properly

Nimble now correctly supplies --colors:off to the compiler when the --noColor flag is applied. Please let me know if I missed anything.