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
|
||||
--help
|
||||
--issue
|
||||
--linux
|
||||
--macos
|
||||
--quiet
|
||||
--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 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 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 quiet -d 'Make some output more quiet'
|
||||
__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]' \
|
||||
'--help[Show this message]' \
|
||||
'--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]' \
|
||||
'--tap[Target tap repository (default: `homebrew/core`)]' \
|
||||
'--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`).
|
||||
* `--upload`:
|
||||
Upload built bottles to Bintray.
|
||||
* `--linux`:
|
||||
Dispatch bottle for Linux (using GitHub runners).
|
||||
|
||||
### `edit` [*`--formula`*] [*`--cask`*] [*`formula`*|*`cask`* ...]
|
||||
|
||||
|
@ -1426,6 +1426,10 @@ Dispatch specified workflow (default: \fBdispatch\-build\-bottle\.yml\fR)\.
|
||||
\fB\-\-upload\fR
|
||||
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 \.\.\.]"
|
||||
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