mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
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:
parent
aba18ddf27
commit
9bde3e18a6
@ -3297,6 +3297,10 @@ flags which will help with finding keg-only dependencies like `openssl`,
|
|||||||
: `install` runs `brew upgrade` on outdated dependencies, even if
|
: `install` runs `brew upgrade` on outdated dependencies, even if
|
||||||
`$HOMEBREW_BUNDLE_NO_UPGRADE` is set.
|
`$HOMEBREW_BUNDLE_NO_UPGRADE` is set.
|
||||||
|
|
||||||
|
`--install`
|
||||||
|
|
||||||
|
: Run `install` before continuing to other operations e.g. `exec`.
|
||||||
|
|
||||||
`-f`, `--force`
|
`-f`, `--force`
|
||||||
|
|
||||||
: `install` runs with `--force`/`--overwrite`. `dump` overwrites an existing
|
: `install` runs with `--force`/`--overwrite`. `dump` overwrites an existing
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.\" generated by kramdown
|
.\" generated by kramdown
|
||||||
.TH "BREW" "1" "February 2025" "Homebrew"
|
.TH "BREW" "1" "March 2025" "Homebrew"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
brew \- The Missing Package Manager for macOS (or Linux)
|
brew \- The Missing Package Manager for macOS (or Linux)
|
||||||
.SH "SYNOPSIS"
|
.SH "SYNOPSIS"
|
||||||
@ -2115,6 +2115,9 @@ Read the \fBBrewfile\fP from \fB$HOMEBREW_BUNDLE_FILE_GLOBAL\fP (if set), \fB${X
|
|||||||
\fB\-\-upgrade\fP
|
\fB\-\-upgrade\fP
|
||||||
\fBinstall\fP runs \fBbrew upgrade\fP on outdated dependencies, even if \fB$HOMEBREW_BUNDLE_NO_UPGRADE\fP is set\.
|
\fBinstall\fP runs \fBbrew upgrade\fP on outdated dependencies, even if \fB$HOMEBREW_BUNDLE_NO_UPGRADE\fP is set\.
|
||||||
.TP
|
.TP
|
||||||
|
\fB\-\-install\fP
|
||||||
|
Run \fBinstall\fP before continuing to other operations e\.g\. \fBexec\fP\&\.
|
||||||
|
.TP
|
||||||
\fB\-f\fP, \fB\-\-force\fP
|
\fB\-f\fP, \fB\-\-force\fP
|
||||||
\fBinstall\fP runs with \fB\-\-force\fP/\fB\-\-overwrite\fP\&\. \fBdump\fP overwrites an existing \fBBrewfile\fP\&\. \fBcleanup\fP actually performs its cleanup operations\.
|
\fBinstall\fP runs with \fB\-\-force\fP/\fB\-\-overwrite\fP\&\. \fBdump\fP overwrites an existing \fBBrewfile\fP\&\. \fBcleanup\fP actually performs its cleanup operations\.
|
||||||
.TP
|
.TP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user