HorlogeSkynet / archey4

:computer: Maintained fork of the original Archey (Linux) system tool
https://git.io/archey4
GNU General Public License v3.0
291 stars 37 forks source link

[FEATURE] Honors `NO_COLOR` when set #82

Closed HorlogeSkynet closed 4 years ago

HorlogeSkynet commented 4 years ago

Description

This patch suppresses colors from text output when NO_COLOR environment variable is set.

Reason and / or context

See https://no-color.org/.

How has this been tested ?

python3 -m unittest
NO_COLOR=1 python3 -m unittest

Types of changes :

Checklist :