diff options
| author | Mike McQuaid | 2018-02-12 20:50:34 +0000 |
|---|---|---|
| committer | GitHub | 2018-02-12 20:50:34 +0000 |
| commit | b3f0e571f4cdcc29dd6982b863fdcd7de5e6febf (patch) | |
| tree | 8385418921e394d17a57d368835a0640a1bec171 /docs/Manpage.md | |
| parent | 602696bcb8823e8a24aa87d646aef8c6a108ce4b (diff) | |
| parent | 7388acb86e0b9811e6badd610255954b3b3a6453 (diff) | |
| download | brew-b3f0e571f4cdcc29dd6982b863fdcd7de5e6febf.tar.bz2 | |
Merge pull request #3090 from jcs/no_color
Tty: if NO_COLOR env var is present, disable color
Diffstat (limited to 'docs/Manpage.md')
| -rw-r--r-- | docs/Manpage.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Manpage.md b/docs/Manpage.md index 920518376..e4f189490 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -1037,6 +1037,9 @@ can take several different forms: If set, Homebrew will not auto-update before running `brew install`, `brew upgrade` or `brew tap`. + * `HOMEBREW_NO_COLOR`: + If set, Homebrew will not print text with color added. + * `HOMEBREW_NO_EMOJI`: If set, Homebrew will not print the `HOMEBREW_INSTALL_BADGE` on a successful build. |
