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
d3120a4245
commit
6479c69e70
@ -1988,7 +1988,7 @@ _brew_upgrade() {
|
||||
'(--formula)--vst-plugindir[Target location for VST Plugins (default: `~/Library/Audio/Plug-Ins/VST`)]' \
|
||||
'(--formula)--vst3-plugindir[Target location for VST3 Plugins (default: `~/Library/Audio/Plug-Ins/VST3`)]' \
|
||||
- outdated_formula \
|
||||
'(--casks --binaries --require-sha --quarantine --skip-cask-deps --greedy --greedy-latest --greedy-auto-updates --appdir --colorpickerdir --prefpanedir --qlplugindir --mdimporterdir --dictionarydir --fontdir --servicedir --input-methoddir --internet-plugindir --audio-unit-plugindir --vst-plugindir --vst3-plugindir --screen-saverdir --language)--formula[Treat all named arguments as formulae. If no named arguments are specified, upgrade only outdated formulae]' \
|
||||
'(--casks --skip-cask-deps --greedy --greedy-latest --greedy-auto-updates --binaries --require-sha --quarantine --appdir --colorpickerdir --prefpanedir --qlplugindir --mdimporterdir --dictionarydir --fontdir --servicedir --input-methoddir --internet-plugindir --audio-unit-plugindir --vst-plugindir --vst3-plugindir --screen-saverdir --language)--formula[Treat all named arguments as formulae. If no named arguments are specified, upgrade only outdated formulae]' \
|
||||
'*::outdated_formula:__brew_outdated_formulae' \
|
||||
- outdated_cask \
|
||||
'(--formulae --build-from-source --interactive --force-bottle --fetch-HEAD --ignore-pinned --keep-tmp --debug-symbols --display-times)--cask[Treat all named arguments as casks. If no named arguments are specified, upgrade only outdated casks]' \
|
||||
|
@ -755,12 +755,6 @@ upgraded formulae or, every 30 days, for all formulae.
|
||||
Print install times for each package at the end of the run.
|
||||
* `--cask`:
|
||||
Treat all named arguments as casks. If no named arguments are specified, upgrade only outdated casks.
|
||||
* `--[no-]binaries`:
|
||||
Disable/enable linking of helper executables (default: enabled).
|
||||
* `--require-sha`:
|
||||
Require all casks to have a checksum.
|
||||
* `--[no-]quarantine`:
|
||||
Disable/enable quarantining of downloads (default: enabled).
|
||||
* `--skip-cask-deps`:
|
||||
Skip installing cask dependencies.
|
||||
* `-g`, `--greedy`:
|
||||
@ -769,6 +763,12 @@ upgraded formulae or, every 30 days, for all formulae.
|
||||
Also include casks with `version :latest`.
|
||||
* `--greedy-auto-updates`:
|
||||
Also include casks with `auto_updates true`.
|
||||
* `--[no-]binaries`:
|
||||
Disable/enable linking of helper executables (default: enabled).
|
||||
* `--require-sha`:
|
||||
Require all casks to have a checksum.
|
||||
* `--[no-]quarantine`:
|
||||
Disable/enable quarantining of downloads (default: enabled).
|
||||
|
||||
### `uses` [*`options`*] *`formula`* [...]
|
||||
|
||||
|
@ -1058,18 +1058,6 @@ Print install times for each package at the end of the run\.
|
||||
Treat all named arguments as casks\. If no named arguments are specified, upgrade only outdated casks\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-[no\-]binaries\fR
|
||||
Disable/enable linking of helper executables (default: enabled)\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-require\-sha\fR
|
||||
Require all casks to have a checksum\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-[no\-]quarantine\fR
|
||||
Disable/enable quarantining of downloads (default: enabled)\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-skip\-cask\-deps\fR
|
||||
Skip installing cask dependencies\.
|
||||
.
|
||||
@ -1085,6 +1073,18 @@ Also include casks with \fBversion :latest\fR\.
|
||||
\fB\-\-greedy\-auto\-updates\fR
|
||||
Also include casks with \fBauto_updates true\fR\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-[no\-]binaries\fR
|
||||
Disable/enable linking of helper executables (default: enabled)\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-require\-sha\fR
|
||||
Require all casks to have a checksum\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-[no\-]quarantine\fR
|
||||
Disable/enable quarantining of downloads (default: enabled)\.
|
||||
.
|
||||
.SS "\fBuses\fR [\fIoptions\fR] \fIformula\fR [\.\.\.]"
|
||||
Show formulae and casks that specify \fIformula\fR as a dependency; that is, show dependents of \fIformula\fR\. When given multiple formula arguments, show the intersection of formulae that use \fIformula\fR\. By default, \fBuses\fR shows all formulae and casks that specify \fIformula\fR as a required or recommended dependency for their stable builds\.
|
||||
.
|
||||
|
Loading…
x
Reference in New Issue
Block a user