Updated env variable docs on manpage
Updated docs for: HOMEBREW_AUTOREMOVE HOMEBREW_NO_CLEANUP_FORMULAE
This commit is contained in:
parent
cb91f8b665
commit
85cf0ca6d4
@ -37,8 +37,9 @@ module Homebrew
|
||||
default: 300,
|
||||
},
|
||||
HOMEBREW_AUTOREMOVE: {
|
||||
description: "If set, calls to `brew install`, `brew upgrade`, `brew reinstall` and `brew uninstall` " \
|
||||
"will automatically remove unused formula dependents.",
|
||||
description: "If set, calls to `brew cleanup` and `brew uninstall` will automatically " \
|
||||
"remove unused formula dependents and if HOMEBREW_NO_INSTALL_CLEANUP is not set, " \
|
||||
"`brew cleanup` will start running `brew autoremove` periodically.",
|
||||
boolean: true,
|
||||
},
|
||||
HOMEBREW_BAT: {
|
||||
@ -268,8 +269,8 @@ module Homebrew
|
||||
boolean: true,
|
||||
},
|
||||
HOMEBREW_NO_CLEANUP_FORMULAE: {
|
||||
description: "A comma-separated list of formulae. Homebrew will refuse to clean up a " \
|
||||
"formula if it appears on this list.",
|
||||
description: "A comma-separated list of formulae. Homebrew will refuse to clean up " \
|
||||
"or autoremove a formula if it appears on this list.",
|
||||
},
|
||||
HOMEBREW_NO_COLOR: {
|
||||
description: "If set, do not print text with colour added.",
|
||||
|
||||
@ -1946,7 +1946,7 @@ example, run `export HOMEBREW_NO_INSECURE_REDIRECT=1` rather than just
|
||||
*Default:* `300`.
|
||||
|
||||
- `HOMEBREW_AUTOREMOVE`
|
||||
<br>If set, calls to `brew install`, `brew upgrade`, `brew reinstall` and `brew uninstall` will automatically remove unused formula dependents.
|
||||
<br>If set, calls to `brew cleanup` and `brew uninstall` will automatically remove unused formula dependents and if HOMEBREW_NO_INSTALL_CLEANUP is not set, `brew cleanup` will start running `brew autoremove` periodically.
|
||||
|
||||
- `HOMEBREW_BAT`
|
||||
<br>If set, use `bat` for the `brew cat` command.
|
||||
@ -2128,7 +2128,7 @@ example, run `export HOMEBREW_NO_INSECURE_REDIRECT=1` rather than just
|
||||
<br>If set, do not check for broken linkage of dependents or outdated dependents after installing, upgrading or reinstalling formulae. This will result in fewer dependents (and their dependencies) being upgraded or reinstalled but may result in more breakage from running `brew install *`formula`*` or `brew upgrade *`formula`*`.
|
||||
|
||||
- `HOMEBREW_NO_CLEANUP_FORMULAE`
|
||||
<br>A comma-separated list of formulae. Homebrew will refuse to clean up a formula if it appears on this list.
|
||||
<br>A comma-separated list of formulae. Homebrew will refuse to clean up or autoremove a formula if it appears on this list.
|
||||
|
||||
- `HOMEBREW_NO_COLOR`
|
||||
<br>If set, do not print text with colour added.
|
||||
|
||||
@ -2760,7 +2760,7 @@ Run \fBbrew update\fR once every \fBHOMEBREW_AUTO_UPDATE_SECS\fR seconds before
|
||||
\fBHOMEBREW_AUTOREMOVE\fR
|
||||
.
|
||||
.br
|
||||
If set, calls to \fBbrew install\fR, \fBbrew upgrade\fR, \fBbrew reinstall\fR and \fBbrew uninstall\fR will automatically remove unused formula dependents\.
|
||||
If set, calls to \fBbrew cleanup\fR and \fBbrew uninstall\fR will automatically remove unused formula dependents and if HOMEBREW_NO_INSTALL_CLEANUP is not set, \fBbrew cleanup\fR will start running \fBbrew autoremove\fR periodically\.
|
||||
.
|
||||
.TP
|
||||
\fBHOMEBREW_BAT\fR
|
||||
@ -3102,7 +3102,7 @@ If set, do not check for broken linkage of dependents or outdated dependents aft
|
||||
\fBHOMEBREW_NO_CLEANUP_FORMULAE\fR
|
||||
.
|
||||
.br
|
||||
A comma\-separated list of formulae\. Homebrew will refuse to clean up a formula if it appears on this list\.
|
||||
A comma\-separated list of formulae\. Homebrew will refuse to clean up or autoremove a formula if it appears on this list\.
|
||||
.
|
||||
.TP
|
||||
\fBHOMEBREW_NO_COLOR\fR
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user