hlorenzi / customasm

💻 An assembler for custom, user-defined instruction sets! https://hlorenzi.github.io/customasm/web/
Apache License 2.0
704 stars 55 forks source link

no-color option #162

Closed zer0divider closed 1 year ago

zer0divider commented 1 year ago

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.

hlorenzi commented 1 year ago

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

hlorenzi commented 1 year ago

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