Uh oh!
There was an error while loading. Please reload this page.
respect NO_COLOR environment variable - #105
Conversation
When `NO_COLOR` is set to any non-nil value, output is not colorized. See https://no-color.org/
nobu
commented
May 18, 2020
From that site:
Just out of curiosity, how "many users" in percentage? And are bold and underline included in |
mddelk
commented
May 18, 2020
I expect this is a very small amount of people, myself not included. Maybe just one or two crazy people.
My interpretation is that Since so few people use it, feel free to close if you think it will just add more maintenance burden. I only added it after I saw the |
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
irb seems supported `NO_COLOR` so debug.gem also support it. ref: https://no-color.org/ ref: ruby/irb#105
irb seems supported `NO_COLOR` so debug.gem also support it. ref: https://no-color.org/ ref: ruby/irb#105
irb seems supported `NO_COLOR` so debug.gem also support it. ref: https://no-color.org/ ref: ruby/irb#105
When
NO_COLORis set to any non-nil value, output is not colorized.See https://no-color.org/