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
6c49462b41
commit
b5d1e7426b
@ -987,6 +987,7 @@ _brew_dispatch_build_bottle() {
|
||||
--help
|
||||
--issue
|
||||
--linux
|
||||
--linux-arm64
|
||||
--linux-self-hosted
|
||||
--linux-wheezy
|
||||
--macos
|
||||
|
@ -709,8 +709,9 @@ __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 linux-self-hosted -d 'Dispatch bottle for Linux (using self-hosted runner)'
|
||||
__fish_brew_complete_arg 'dispatch-build-bottle' -l linux -d 'Dispatch bottle for Linux x86_64 (using GitHub runners)'
|
||||
__fish_brew_complete_arg 'dispatch-build-bottle' -l linux-arm64 -d 'Dispatch bottle for Linux arm64 (using GitHub runners)'
|
||||
__fish_brew_complete_arg 'dispatch-build-bottle' -l linux-self-hosted -d 'Dispatch bottle for Linux x86_64 (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 'macOS version (or comma-separated list of versions) the bottle should be built for'
|
||||
__fish_brew_complete_arg 'dispatch-build-bottle' -l quiet -d 'Make some output more quiet'
|
||||
|
@ -891,8 +891,9 @@ _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]' \
|
||||
'(--linux-self-hosted)--linux[Dispatch bottle for Linux (using GitHub runners)]' \
|
||||
'(--linux)--linux-self-hosted[Dispatch bottle for Linux (using self-hosted runner)]' \
|
||||
'(--linux-self-hosted)--linux[Dispatch bottle for Linux x86_64 (using GitHub runners)]' \
|
||||
'--linux-arm64[Dispatch bottle for Linux arm64 (using GitHub runners)]' \
|
||||
'(--linux)--linux-self-hosted[Dispatch bottle for Linux x86_64 (using self-hosted runner)]' \
|
||||
'--linux-wheezy[Use Debian Wheezy container for building the bottle on Linux]' \
|
||||
'--macos[macOS version (or comma-separated list of versions) the bottle should be built for]' \
|
||||
'--quiet[Make some output more quiet]' \
|
||||
|
@ -2498,11 +2498,15 @@ Build bottles for these formulae with GitHub Actions.
|
||||
|
||||
`--linux`
|
||||
|
||||
: Dispatch bottle for Linux (using GitHub runners).
|
||||
: Dispatch bottle for Linux x86\_64 (using GitHub runners).
|
||||
|
||||
`--linux-arm64`
|
||||
|
||||
: Dispatch bottle for Linux arm64 (using GitHub runners).
|
||||
|
||||
`--linux-self-hosted`
|
||||
|
||||
: Dispatch bottle for Linux (using self-hosted runner).
|
||||
: Dispatch bottle for Linux x86\_64 (using self-hosted runner).
|
||||
|
||||
`--linux-wheezy`
|
||||
|
||||
|
@ -1587,10 +1587,13 @@ Dispatch specified workflow (default: \fBdispatch\-build\-bottle\.yml\fP)\.
|
||||
Upload built bottles\.
|
||||
.TP
|
||||
\fB\-\-linux\fP
|
||||
Dispatch bottle for Linux (using GitHub runners)\.
|
||||
Dispatch bottle for Linux x86_64 (using GitHub runners)\.
|
||||
.TP
|
||||
\fB\-\-linux\-arm64\fP
|
||||
Dispatch bottle for Linux arm64 (using GitHub runners)\.
|
||||
.TP
|
||||
\fB\-\-linux\-self\-hosted\fP
|
||||
Dispatch bottle for Linux (using self\-hosted runner)\.
|
||||
Dispatch bottle for Linux x86_64 (using self\-hosted runner)\.
|
||||
.TP
|
||||
\fB\-\-linux\-wheezy\fP
|
||||
Use Debian Wheezy container for building the bottle on Linux\.
|
||||
|
Loading…
x
Reference in New Issue
Block a user