salesforce / p4-fusion

A fast Perforce to Git conversion tool written in C++ using Perforce Helix Core C++ API and Libgit2
BSD 3-Clause "New" or "Revised" License
78 stars 15 forks source link

log: Add --noColor arg to disable coloured logs #43

Closed twarit-waikar closed 2 years ago

twarit-waikar commented 2 years ago

Fixes #41

I decided to implement it as a runtime switch instead of a compilation flag so that the same binary is configurable, and doesn't require a re-compilation to only disable colored outputs.