hlorenzi/customasm

no-color option

zer0divider opened this issue · 2 comments

While colorized output looks nice to humans it is hard to parse with external tools due to the special codes appearing in the output (e.g. ^[[91m). It would be nice to have an option --no-color that shows the plain output without any ANSI-escape codes.

Oooh yeah, absolutely. That's a good idea.

I've implemented this, so in the next version you should be able to use --color=off!