HDLUtils / hdlregression

MIT License
15 stars 5 forks source link

[FEATURE] CLI: no-color option #13

Closed jakobjung10 closed 1 year ago

jakobjung10 commented 1 year ago

Is it possible to add a no-color-option to the CLI? ( This would make parsing the console-output of HDLRegression easier. Currently, the output has to be filtered manually in order to remove all the special ANSI-chars.

HDLUtils commented 1 year ago

Good suggestion, I will add it soon.

Br.

HDLUtils commented 1 year ago

Added to version 0.43, use --noColor argument to disable terminal output coloring.

jakobjung10 commented 1 year ago

Thank you!