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
c59ca0fc54
commit
0c878d34f0
@ -755,12 +755,12 @@ _brew_dispatch_build_bottle() {
|
|||||||
--issue
|
--issue
|
||||||
--linux
|
--linux
|
||||||
--linux-self-hosted
|
--linux-self-hosted
|
||||||
|
--linux-wheezy
|
||||||
--macos
|
--macos
|
||||||
--quiet
|
--quiet
|
||||||
--tap
|
--tap
|
||||||
--upload
|
--upload
|
||||||
--verbose
|
--verbose
|
||||||
--wheezy
|
|
||||||
--workflow
|
--workflow
|
||||||
"
|
"
|
||||||
return
|
return
|
||||||
|
@ -583,12 +583,12 @@ __fish_brew_complete_arg 'dispatch-build-bottle' -l help -d 'Show this message'
|
|||||||
__fish_brew_complete_arg 'dispatch-build-bottle' -l issue -d 'If specified, post a comment to this issue number if the job fails'
|
__fish_brew_complete_arg 'dispatch-build-bottle' -l issue -d 'If specified, post a comment to this issue number if the job fails'
|
||||||
__fish_brew_complete_arg 'dispatch-build-bottle' -l linux -d 'Dispatch bottle for Linux (using GitHub runners)'
|
__fish_brew_complete_arg 'dispatch-build-bottle' -l linux -d 'Dispatch bottle for Linux (using GitHub runners)'
|
||||||
__fish_brew_complete_arg 'dispatch-build-bottle' -l linux-self-hosted -d 'Dispatch bottle for Linux (using self-hosted runner)'
|
__fish_brew_complete_arg 'dispatch-build-bottle' -l linux-self-hosted -d 'Dispatch bottle for Linux (using self-hosted runner)'
|
||||||
|
__fish_brew_complete_arg 'dispatch-build-bottle' -l linux-wheezy -d 'Use Debian Wheezy container for building the bottle on Linux'
|
||||||
__fish_brew_complete_arg 'dispatch-build-bottle' -l macos -d 'Version of macOS the bottle should be built for'
|
__fish_brew_complete_arg 'dispatch-build-bottle' -l macos -d 'Version of macOS the bottle should be built for'
|
||||||
__fish_brew_complete_arg 'dispatch-build-bottle' -l quiet -d 'Make some output more quiet'
|
__fish_brew_complete_arg 'dispatch-build-bottle' -l quiet -d 'Make some output more quiet'
|
||||||
__fish_brew_complete_arg 'dispatch-build-bottle' -l tap -d 'Target tap repository (default: `homebrew/core`)'
|
__fish_brew_complete_arg 'dispatch-build-bottle' -l tap -d 'Target tap repository (default: `homebrew/core`)'
|
||||||
__fish_brew_complete_arg 'dispatch-build-bottle' -l upload -d 'Upload built bottles'
|
__fish_brew_complete_arg 'dispatch-build-bottle' -l upload -d 'Upload built bottles'
|
||||||
__fish_brew_complete_arg 'dispatch-build-bottle' -l verbose -d 'Make some output more verbose'
|
__fish_brew_complete_arg 'dispatch-build-bottle' -l verbose -d 'Make some output more verbose'
|
||||||
__fish_brew_complete_arg 'dispatch-build-bottle' -l wheezy -d 'Use Debian Wheezy container for building the bottle on Linux'
|
|
||||||
__fish_brew_complete_arg 'dispatch-build-bottle' -l workflow -d 'Dispatch specified workflow (default: `dispatch-build-bottle.yml`)'
|
__fish_brew_complete_arg 'dispatch-build-bottle' -l workflow -d 'Dispatch specified workflow (default: `dispatch-build-bottle.yml`)'
|
||||||
__fish_brew_complete_arg 'dispatch-build-bottle' -a '(__fish_brew_suggest_formulae_all)'
|
__fish_brew_complete_arg 'dispatch-build-bottle' -a '(__fish_brew_suggest_formulae_all)'
|
||||||
|
|
||||||
|
@ -717,12 +717,12 @@ _brew_dispatch_build_bottle() {
|
|||||||
'--issue[If specified, post a comment to this issue number if the job fails]' \
|
'--issue[If specified, post a comment to this issue number if the job fails]' \
|
||||||
'(--macos --linux-self-hosted)--linux[Dispatch bottle for Linux (using GitHub runners)]' \
|
'(--macos --linux-self-hosted)--linux[Dispatch bottle for Linux (using GitHub runners)]' \
|
||||||
'(--macos --linux)--linux-self-hosted[Dispatch bottle for Linux (using self-hosted runner)]' \
|
'(--macos --linux)--linux-self-hosted[Dispatch bottle for Linux (using self-hosted runner)]' \
|
||||||
|
'--linux-wheezy[Use Debian Wheezy container for building the bottle on Linux]' \
|
||||||
'(--linux --linux-self-hosted)--macos[Version of macOS the bottle should be built for]' \
|
'(--linux --linux-self-hosted)--macos[Version of macOS the bottle should be built for]' \
|
||||||
'--quiet[Make some output more quiet]' \
|
'--quiet[Make some output more quiet]' \
|
||||||
'--tap[Target tap repository (default: `homebrew/core`)]' \
|
'--tap[Target tap repository (default: `homebrew/core`)]' \
|
||||||
'--upload[Upload built bottles]' \
|
'--upload[Upload built bottles]' \
|
||||||
'--verbose[Make some output more verbose]' \
|
'--verbose[Make some output more verbose]' \
|
||||||
'--wheezy[Use Debian Wheezy container for building the bottle on Linux]' \
|
|
||||||
'--workflow[Dispatch specified workflow (default: `dispatch-build-bottle.yml`)]' \
|
'--workflow[Dispatch specified workflow (default: `dispatch-build-bottle.yml`)]' \
|
||||||
- formula \
|
- formula \
|
||||||
'*::formula:__brew_formulae'
|
'*::formula:__brew_formulae'
|
||||||
|
@ -1063,7 +1063,7 @@ Build bottles for these formulae with GitHub Actions.
|
|||||||
Dispatch bottle for Linux (using GitHub runners).
|
Dispatch bottle for Linux (using GitHub runners).
|
||||||
* `--linux-self-hosted`:
|
* `--linux-self-hosted`:
|
||||||
Dispatch bottle for Linux (using self-hosted runner).
|
Dispatch bottle for Linux (using self-hosted runner).
|
||||||
* `--wheezy`:
|
* `--linux-wheezy`:
|
||||||
Use Debian Wheezy container for building the bottle on Linux.
|
Use Debian Wheezy container for building the bottle on Linux.
|
||||||
|
|
||||||
### `edit` [*`--formula`*] [*`--cask`*] [*`formula`*|*`cask`* ...]
|
### `edit` [*`--formula`*] [*`--cask`*] [*`formula`*|*`cask`* ...]
|
||||||
|
@ -1516,7 +1516,7 @@ Dispatch bottle for Linux (using GitHub runners)\.
|
|||||||
Dispatch bottle for Linux (using self\-hosted runner)\.
|
Dispatch bottle for Linux (using self\-hosted runner)\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-wheezy\fR
|
\fB\-\-linux\-wheezy\fR
|
||||||
Use Debian Wheezy container for building the bottle on Linux\.
|
Use Debian Wheezy container for building the bottle on Linux\.
|
||||||
.
|
.
|
||||||
.SS "\fBedit\fR [\fI\-\-formula\fR] [\fI\-\-cask\fR] [\fIformula\fR|\fIcask\fR \.\.\.]"
|
.SS "\fBedit\fR [\fI\-\-formula\fR] [\fI\-\-cask\fR] [\fIformula\fR|\fIcask\fR \.\.\.]"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user