Skip to content

Commit

Permalink
Update manpage and completions.
Browse files Browse the repository at this point in the history
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow.
  • Loading branch information
BrewTestBot committed Aug 7, 2023
1 parent 7ed11b2 commit c2160f6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/Manpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -2310,6 +2310,9 @@ prefix-specific files take precedence over system-wide files (unless
- `HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK`
<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_UPDATE_REPORT_NEW`
<br>If set, `brew update` will not show the list of newly added formulae/casks.

- `HOMEBREW_PIP_INDEX_URL`
<br>If set, `brew install *`formula`*` will use this URL to download PyPI package resources.

Expand Down
6 changes: 6 additions & 0 deletions manpages/brew.1
Original file line number Diff line number Diff line change
Expand Up @@ -3404,6 +3404,12 @@ If set, \fBbrew install\fR <formula/cask> will not upgrade <formula/cask> if it
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 \fBbrew install\fR \fIformula\fR or \fBbrew upgrade\fR \fIformula\fR\.
.
.TP
\fBHOMEBREW_NO_UPDATE_REPORT_NEW\fR
.
.br
If set, \fBbrew update\fR will not show the list of newly added formulae/casks\.
.
.TP
\fBHOMEBREW_PIP_INDEX_URL\fR
.
.br
Expand Down

0 comments on commit c2160f6

Please sign in to comment.