Skip to content

Commit

Permalink
Merge pull request #13885 from Homebrew/sponsors-maintainers-man-comp…
Browse files Browse the repository at this point in the history
…letions

Update manpage and completions.
  • Loading branch information
Bo98 committed Sep 18, 2022
2 parents 54f2f84 + 14eab15 commit df9f878
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/Manpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
9 changes: 9 additions & 0 deletions manpages/brew.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df9f878

Please sign in to comment.