mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-30 12:56:37 +03:00
9c56550931
This makes all commands in the zig executable that support color output respect the user's preference for color output based on the NO_COLOR and CLICOLOR_FORCE environment variables. Setting color preference via command line option still overrides preferences set via environment variables.