dlang / dub

Package and build management system for D
MIT License
678 stars 227 forks source link

Implement --color=auto|always|never, fix #2410 #2552

Closed WebFreak001 closed 1 year ago

WebFreak001 commented 1 year ago

Also improves error message output for unsupported --color values.

Before: before

After: after

The line gets a bit long now, I could improve this, but would need to adjust the exception handler a bit for that.

nordlow commented 1 year ago

Awesome!