diff options
| author | joshua stein | 2018-02-12 11:06:55 -0600 |
|---|---|---|
| committer | joshua stein | 2018-02-12 14:19:25 -0600 |
| commit | 7388acb86e0b9811e6badd610255954b3b3a6453 (patch) | |
| tree | cbdbcc011e7b87ed25d7cc03a81d058e4965a390 /manpages | |
| parent | e904983275eb17cde115f8f586a8e6502a9126d4 (diff) | |
| download | brew-7388acb86e0b9811e6badd610255954b3b3a6453.tar.bz2 | |
Tty: if HOMEBREW_NO_COLOR env var is present, disable color
bin/brew will recognize NO_COLOR variable and copy it to
HOMEBREW_NO_COLOR
Diffstat (limited to 'manpages')
| -rw-r--r-- | manpages/brew.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manpages/brew.1 b/manpages/brew.1 index 56581bfc0..4f373558c 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -1059,6 +1059,10 @@ If set, Homebrew will not send analytics\. See: \fIhttps://docs\.brew\.sh/Analyt If set, Homebrew will not auto\-update before running \fBbrew install\fR, \fBbrew upgrade\fR or \fBbrew tap\fR\. . .TP +\fBHOMEBREW_NO_COLOR\fR +If set, Homebrew will not print text with color added\. +. +.TP \fBHOMEBREW_NO_EMOJI\fR If set, Homebrew will not print the \fBHOMEBREW_INSTALL_BADGE\fR on a successful build\. . |
