TheBevyFlock / flag-frenzy

Check combinations of Bevy's feature flags
Apache License 2.0
5 stars 1 forks source link

Colored terminal output #6

Closed BD103 closed 4 months ago

BD103 commented 4 months ago

Add the --color [auto/always/never] flag, and style the output based on this.

This flag should be forwarded to cargo as well. Perhaps it should respect CARGO_TERM_COLOR or a similar environmental variable?