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. Signed-off-by: Patrick Linnane <patrick@linnane.io>
This commit is contained in:
parent
f7add22ae5
commit
3e7a583a93
@ -3220,7 +3220,7 @@ to one or more of the following environment variables:
|
|||||||
`brew bundle dump`
|
`brew bundle dump`
|
||||||
|
|
||||||
: Write all installed casks/formulae/images/taps into a `Brewfile` in the
|
: Write all installed casks/formulae/images/taps into a `Brewfile` in the
|
||||||
current directory.
|
current directory or to a custom file specified with the `--file` option.
|
||||||
|
|
||||||
`brew bundle cleanup`
|
`brew bundle cleanup`
|
||||||
|
|
||||||
@ -3271,13 +3271,13 @@ flags which will help with finding keg-only dependencies like `openssl`,
|
|||||||
|
|
||||||
`--file`
|
`--file`
|
||||||
|
|
||||||
: Read the `Brewfile` from this location. Use `--file=-` to pipe to
|
: Read from or write to the `Brewfile` from this location. Use `--file=-` to
|
||||||
stdin/stdout.
|
pipe to stdin/stdout.
|
||||||
|
|
||||||
`--global`
|
`--global`
|
||||||
|
|
||||||
: Read the `Brewfile` from `$HOMEBREW_BUNDLE_FILE_GLOBAL` (if set),
|
: Read from or write to the `Brewfile` from `$HOMEBREW_BUNDLE_FILE_GLOBAL` (if
|
||||||
`${XDG_CONFIG_HOME}/homebrew/Brewfile` (if `$XDG_CONFIG_HOME` is set),
|
set), `${XDG_CONFIG_HOME}/homebrew/Brewfile` (if `$XDG_CONFIG_HOME` is set),
|
||||||
`~/.homebrew/Brewfile` or `~/.Brewfile` otherwise.
|
`~/.homebrew/Brewfile` or `~/.Brewfile` otherwise.
|
||||||
|
|
||||||
`-v`, `--verbose`
|
`-v`, `--verbose`
|
||||||
|
@ -2067,7 +2067,7 @@ You can skip the installation of dependencies by adding space\-separated values
|
|||||||
Shorthand for \fBbrew bundle install \-\-upgrade\fP\&\.
|
Shorthand for \fBbrew bundle install \-\-upgrade\fP\&\.
|
||||||
.TP
|
.TP
|
||||||
\fBbrew bundle dump\fP
|
\fBbrew bundle dump\fP
|
||||||
Write all installed casks/formulae/images/taps into a \fBBrewfile\fP in the current directory\.
|
Write all installed casks/formulae/images/taps into a \fBBrewfile\fP in the current directory or to a custom file specified with the \fB\-\-file\fP option\.
|
||||||
.TP
|
.TP
|
||||||
\fBbrew bundle cleanup\fP
|
\fBbrew bundle cleanup\fP
|
||||||
Uninstall all dependencies not present in the \fBBrewfile\fP\&\.
|
Uninstall all dependencies not present in the \fBBrewfile\fP\&\.
|
||||||
@ -2101,10 +2101,10 @@ Run your shell in a \fBbrew bundle exec\fP environment\.
|
|||||||
Print the environment variables that would be set in a \fBbrew bundle exec\fP environment\.
|
Print the environment variables that would be set in a \fBbrew bundle exec\fP environment\.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-file\fP
|
\fB\-\-file\fP
|
||||||
Read the \fBBrewfile\fP from this location\. Use \fB\-\-file=\-\fP to pipe to stdin/stdout\.
|
Read from or write to the \fBBrewfile\fP from this location\. Use \fB\-\-file=\-\fP to pipe to stdin/stdout\.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-global\fP
|
\fB\-\-global\fP
|
||||||
Read the \fBBrewfile\fP from \fB$HOMEBREW_BUNDLE_FILE_GLOBAL\fP (if set), \fB${XDG_CONFIG_HOME}/homebrew/Brewfile\fP (if \fB$XDG_CONFIG_HOME\fP is set), \fB~/\.homebrew/Brewfile\fP or \fB~/\.Brewfile\fP otherwise\.
|
Read from or write to the \fBBrewfile\fP from \fB$HOMEBREW_BUNDLE_FILE_GLOBAL\fP (if set), \fB${XDG_CONFIG_HOME}/homebrew/Brewfile\fP (if \fB$XDG_CONFIG_HOME\fP is set), \fB~/\.homebrew/Brewfile\fP or \fB~/\.Brewfile\fP otherwise\.
|
||||||
.TP
|
.TP
|
||||||
\fB\-v\fP, \fB\-\-verbose\fP
|
\fB\-v\fP, \fB\-\-verbose\fP
|
||||||
\fBinstall\fP prints output from commands as they are run\. \fBcheck\fP lists all missing dependencies\.
|
\fBinstall\fP prints output from commands as they are run\. \fBcheck\fP lists all missing dependencies\.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user