If you (say) redirect output to a file, then color codes should not be output: ``` csvreport my.csv > output.txt ``` Expected: output.txt should not contain codes Actual: output.txt does contain codes
If you (say) redirect output to a file, then color codes should not be output:
Expected: output.txt should not contain codes
Actual: output.txt does contain codes