Open alok opened 5 years ago
I often do cargo asm > file.s, but get color codes in the output. I think a better behavior is to detect if the output is a tty, and colorize accordingly.
cargo asm > file.s
I often do
cargo asm > file.s
, but get color codes in the output. I think a better behavior is to detect if the output is a tty, and colorize accordingly.