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-manpage](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-manpage.yml) workflow.
This commit is contained in:
parent
5267f7b200
commit
713a0692ae
@ -708,6 +708,7 @@ _brew_dispatch_build_bottle() {
|
|||||||
--debug
|
--debug
|
||||||
--help
|
--help
|
||||||
--issue
|
--issue
|
||||||
|
--linux
|
||||||
--macos
|
--macos
|
||||||
--quiet
|
--quiet
|
||||||
--tap
|
--tap
|
||||||
|
@ -574,6 +574,7 @@ __fish_brew_complete_cmd 'dispatch-build-bottle' 'Build bottles for these formul
|
|||||||
__fish_brew_complete_arg 'dispatch-build-bottle' -l debug -d 'Display any debugging information'
|
__fish_brew_complete_arg 'dispatch-build-bottle' -l debug -d 'Display any debugging information'
|
||||||
__fish_brew_complete_arg 'dispatch-build-bottle' -l help -d 'Show this message'
|
__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 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`)'
|
||||||
|
@ -678,7 +678,8 @@ _brew_dispatch_build_bottle() {
|
|||||||
'--debug[Display any debugging information]' \
|
'--debug[Display any debugging information]' \
|
||||||
'--help[Show this message]' \
|
'--help[Show this message]' \
|
||||||
'--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[Version of macOS the bottle should be built for]' \
|
'(--macos)--linux[Dispatch bottle for Linux (using GitHub runners)]' \
|
||||||
|
'(--linux)--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 to Bintray]' \
|
'--upload[Upload built bottles to Bintray]' \
|
||||||
|
@ -1017,6 +1017,8 @@ Build bottles for these formulae with GitHub Actions.
|
|||||||
Dispatch specified workflow (default: `dispatch-build-bottle.yml`).
|
Dispatch specified workflow (default: `dispatch-build-bottle.yml`).
|
||||||
* `--upload`:
|
* `--upload`:
|
||||||
Upload built bottles to Bintray.
|
Upload built bottles to Bintray.
|
||||||
|
* `--linux`:
|
||||||
|
Dispatch bottle for Linux (using GitHub runners).
|
||||||
|
|
||||||
### `edit` [*`--formula`*] [*`--cask`*] [*`formula`*|*`cask`* ...]
|
### `edit` [*`--formula`*] [*`--cask`*] [*`formula`*|*`cask`* ...]
|
||||||
|
|
||||||
|
@ -1426,6 +1426,10 @@ Dispatch specified workflow (default: \fBdispatch\-build\-bottle\.yml\fR)\.
|
|||||||
\fB\-\-upload\fR
|
\fB\-\-upload\fR
|
||||||
Upload built bottles to Bintray\.
|
Upload built bottles to Bintray\.
|
||||||
.
|
.
|
||||||
|
.TP
|
||||||
|
\fB\-\-linux\fR
|
||||||
|
Dispatch bottle for Linux (using GitHub runners)\.
|
||||||
|
.
|
||||||
.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 \.\.\.]"
|
||||||
Open a \fIformula\fR or \fIcask\fR in the editor set by \fBEDITOR\fR or \fBHOMEBREW_EDITOR\fR, or open the Homebrew repository for editing if no formula is provided\.
|
Open a \fIformula\fR or \fIcask\fR in the editor set by \fBEDITOR\fR or \fBHOMEBREW_EDITOR\fR, or open the Homebrew repository for editing if no formula is provided\.
|
||||||
.
|
.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user