Update manpage and completions.

Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow.
This commit is contained in:
BrewTestBot 2022-09-18 12:16:37 +00:00
parent 8a4826a49e
commit 14eab15430
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 14 additions and 0 deletions

View File

@ -2195,6 +2195,11 @@ example, run `export HOMEBREW_NO_INSECURE_REDIRECT=1` rather than just
- `HOMEBREW_NO_INSTALL_UPGRADE`
<br>If set, `brew install *`formula`*` will not upgrade `*`formula`*` if it is installed but outdated.
- `HOMEBREW_PIP_INDEX_URL`
<br>If set, `brew install *`formula`*` will use this URL to download PyPI package resources.
*Default:* `https://pypi.org/simple`.
- `HOMEBREW_PRY`
<br>If set, use Pry for the `brew irb` command.

View File

@ -3225,6 +3225,15 @@ If set, \fBbrew install\fR, \fBbrew upgrade\fR and \fBbrew reinstall\fR will nev
If set, \fBbrew install <formula>\fR will not upgrade \fB<formula>\fR if it is installed but outdated\.
.
.TP
\fBHOMEBREW_PIP_INDEX_URL\fR
.
.br
If set, \fBbrew install <formula>\fR will use this URL to download PyPI package resources\.
.
.IP
\fIDefault:\fR \fBhttps://pypi\.org/simple\fR\.
.
.TP
\fBHOMEBREW_PRY\fR
.
.br