olekukonko / tablewriter

ASCII table in golang
MIT License
4.29k stars 367 forks source link

Ansi color code leak fix #223

Open VaibhavMalik4187 opened 1 year ago

VaibhavMalik4187 commented 1 year ago

Added a check to ensure that the ANSI colour codes in the headers are skipped when the output is redirected to the files.

The ANSI colour codes will only be present if the output file descriptor is TTY.