mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Update maintainers, manpage and completions.
Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml) workflow.
This commit is contained in:
parent
d463daf63d
commit
dfee14d8bd
@ -733,7 +733,7 @@ __fish_brew_complete_arg 'info; and not __fish_seen_argument -l formula -l formu
|
||||
|
||||
|
||||
__fish_brew_complete_cmd 'instal' 'Install a formula or cask'
|
||||
__fish_brew_complete_arg 'instal' -l HEAD -d 'If formula defines it, install the HEAD version, aka. master, trunk, unstable'
|
||||
__fish_brew_complete_arg 'instal' -l HEAD -d 'If formula defines it, install the HEAD version, aka. main, trunk, unstable, master'
|
||||
__fish_brew_complete_arg 'instal' -l appdir -d 'Target location for Applications (default: `/Applications`)'
|
||||
__fish_brew_complete_arg 'instal' -l audio-unit-plugindir -d 'Target location for Audio Unit Plugins (default: `~/Library/Audio/Plug-Ins/Components`)'
|
||||
__fish_brew_complete_arg 'instal' -l binaries -d 'Disable/enable linking of helper executables (default: enabled)'
|
||||
@ -781,7 +781,7 @@ __fish_brew_complete_arg 'instal; and not __fish_seen_argument -l formula -l for
|
||||
|
||||
|
||||
__fish_brew_complete_cmd 'install' 'Install a formula or cask'
|
||||
__fish_brew_complete_arg 'install' -l HEAD -d 'If formula defines it, install the HEAD version, aka. master, trunk, unstable'
|
||||
__fish_brew_complete_arg 'install' -l HEAD -d 'If formula defines it, install the HEAD version, aka. main, trunk, unstable, master'
|
||||
__fish_brew_complete_arg 'install' -l appdir -d 'Target location for Applications (default: `/Applications`)'
|
||||
__fish_brew_complete_arg 'install' -l audio-unit-plugindir -d 'Target location for Audio Unit Plugins (default: `~/Library/Audio/Plug-Ins/Components`)'
|
||||
__fish_brew_complete_arg 'install' -l binaries -d 'Disable/enable linking of helper executables (default: enabled)'
|
||||
|
@ -911,7 +911,7 @@ _brew_info() {
|
||||
# brew instal
|
||||
_brew_instal() {
|
||||
_arguments \
|
||||
'(--cask)--HEAD[If formula defines it, install the HEAD version, aka. master, trunk, unstable]' \
|
||||
'(--cask)--HEAD[If formula defines it, install the HEAD version, aka. main, trunk, unstable, master]' \
|
||||
'(--formula)--appdir[Target location for Applications (default: `/Applications`)]' \
|
||||
'(--formula)--audio-unit-plugindir[Target location for Audio Unit Plugins (default: `~/Library/Audio/Plug-Ins/Components`)]' \
|
||||
'(--formula)--binaries[Disable/enable linking of helper executables (default: enabled)]' \
|
||||
@ -963,7 +963,7 @@ _brew_instal() {
|
||||
# brew install
|
||||
_brew_install() {
|
||||
_arguments \
|
||||
'(--cask)--HEAD[If formula defines it, install the HEAD version, aka. master, trunk, unstable]' \
|
||||
'(--cask)--HEAD[If formula defines it, install the HEAD version, aka. main, trunk, unstable, master]' \
|
||||
'(--formula)--appdir[Target location for Applications (default: `/Applications`)]' \
|
||||
'(--formula)--audio-unit-plugindir[Target location for Audio Unit Plugins (default: `~/Library/Audio/Plug-Ins/Components`)]' \
|
||||
'(--formula)--binaries[Disable/enable linking of helper executables (default: enabled)]' \
|
||||
|
@ -309,7 +309,7 @@ the installed formulae or, every 30 days, for all formulae.
|
||||
* `--include-test`:
|
||||
Install testing dependencies required to run `brew test` *`formula`*.
|
||||
* `--HEAD`:
|
||||
If *`formula`* defines it, install the HEAD version, aka. master, trunk, unstable.
|
||||
If *`formula`* defines it, install the HEAD version, aka. main, trunk, unstable, master.
|
||||
* `--fetch-HEAD`:
|
||||
Fetch the upstream repository to detect if the HEAD installation of the formula is outdated. Otherwise, the repository's HEAD will only be checked for updates when a new stable or development version has been released.
|
||||
* `--keep-tmp`:
|
||||
|
@ -414,7 +414,7 @@ Install testing dependencies required to run \fBbrew test\fR \fIformula\fR\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-HEAD\fR
|
||||
If \fIformula\fR defines it, install the HEAD version, aka\. master, trunk, unstable\.
|
||||
If \fIformula\fR defines it, install the HEAD version, aka\. main, trunk, unstable, master\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-fetch\-HEAD\fR
|
||||
|
Loading…
x
Reference in New Issue
Block a user