@travetto/terminal 3.3.1 → 3.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -63,7 +63,7 @@ This module follows the pattern [Node](https://nodejs.org) follows with respect
|
|
|
63
63
|
|
|
64
64
|
**Terminal: Node help on colors**
|
|
65
65
|
```bash
|
|
66
|
-
$
|
|
66
|
+
$ node -h | grep -i color
|
|
67
67
|
|
|
68
68
|
FORCE_COLOR when set to 'true', 1, 2, 3, or an
|
|
69
69
|
empty string causes NO_COLOR and
|