Closed giper45 closed 2 years ago
This PR adds a --disable-colors flag that can be used to remove the usage of cprint library. It is useful to integrate the tool in CI DevOps pipelines and other places where the command output should be parsed and manipulated.
--disable-colors
cprint
This PR adds a
--disable-colors
flag that can be used to remove the usage ofcprint
library. It is useful to integrate the tool in CI DevOps pipelines and other places where the command output should be parsed and manipulated.