node icon indicating copy to clipboard operation
node copied to clipboard

lib: respect terminal capabilities on styleText

Open RafaelGSS opened this issue 6 months ago • 17 comments

This PR changes styleText API to respect terminal capabilities and environment variables such as NO_COLOR, NODE_DISABLE_COLORS, and FORCE_COLOR.

I talked with @edsadr about taking over from https://github.com/nodejs/node/pull/51959.

Fixes: https://github.com/nodejs/node/issues/54365

RafaelGSS avatar Aug 14 '24 23:08 RafaelGSS