Commit 353921f 1 parent 3ae8adc commit 353921f Copy full SHA for 353921f
File tree 4 files changed +29
-0
lines changed
4 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,12 @@ Memory consumption:
96
96
the whole input in memory (it also happens when -p or -m are being used)
97
97
98
98
--bytes allocate the whole input in memory
99
+
100
+ Colors:
101
+ Help is displayed using colors. Colors will be suppressed in the
102
+ following circumstances:
103
+ - when the TERM environment variable is not set or set to "dumb"
104
+ - when the NO_COLOR environment variable is set (regardless of value)
99
105
```
100
106
101
107
## Examples
Original file line number Diff line number Diff line change @@ -186,6 +186,14 @@ allocates the whole input in memory (it also happens when -p or -m are
186
186
being used)
187
187
.PP
188
188
--bytes allocate the whole input in memory
189
+ .SH COLORS
190
+ .PP
191
+ Help is displayed using colors.
192
+ Colors will be suppressed in the following circumstances:
193
+ .IP \[bu ] 2
194
+ when the TERM environment variable is not set or set to \[lq ] dumb\[rq ]
195
+ .IP \[bu ] 2
196
+ when the NO_COLOR environment variable is set (regardless of value)
189
197
.SH BUGS
190
198
.PP
191
199
See GitHub Issues: <https://github.com/riquito/tuc/issues>
Original file line number Diff line number Diff line change @@ -116,6 +116,15 @@ MEMORY CONSUMPTION
116
116
117
117
\- -bytes allocate the whole input in memory
118
118
119
+ COLORS
120
+ ======
121
+
122
+ Help is displayed using colors. Colors will be suppressed in the
123
+ following circumstances:
124
+
125
+ - when the TERM environment variable is not set or set to "dumb"
126
+ - when the NO_COLOR environment variable is set (regardless of value)
127
+
119
128
BUGS
120
129
====
121
130
Original file line number Diff line number Diff line change @@ -70,6 +70,12 @@ Memory consumption:
70
70
the whole input in memory (it also happens when -p or -m are being used)
71
71
72
72
--bytes allocate the whole input in memory
73
+
74
+ Colors:
75
+ Help is displayed using colors. Colors will be suppressed in the
76
+ following circumstances:
77
+ - when the TERM environment variable is not set or set to "dumb"
78
+ - when the NO_COLOR environment variable is set (regardless of value)
73
79
"#
74
80
) ;
75
81
You can’t perform that action at this time.
0 commit comments