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:
BrewTestBot 2025-03-25 09:07:49 +00:00
parent 6c49462b41
commit b5d1e7426b
No known key found for this signature in database
5 changed files with 18 additions and 8 deletions

View File

@ -987,6 +987,7 @@ _brew_dispatch_build_bottle() {
--help --help
--issue --issue
--linux --linux
--linux-arm64
--linux-self-hosted --linux-self-hosted
--linux-wheezy --linux-wheezy
--macos --macos

View File

@ -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 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 linux -d 'Dispatch bottle for Linux x86_64 (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-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 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 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' __fish_brew_complete_arg 'dispatch-build-bottle' -l quiet -d 'Make some output more quiet'

View File

@ -891,8 +891,9 @@ _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]' \
'(--linux-self-hosted)--linux[Dispatch bottle for Linux (using GitHub runners)]' \ '(--linux-self-hosted)--linux[Dispatch bottle for Linux x86_64 (using GitHub runners)]' \
'(--linux)--linux-self-hosted[Dispatch bottle for Linux (using self-hosted runner)]' \ '--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]' \ '--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]' \ '--macos[macOS version (or comma-separated list of versions) the bottle should be built for]' \
'--quiet[Make some output more quiet]' \ '--quiet[Make some output more quiet]' \

View File

@ -2498,11 +2498,15 @@ Build bottles for these formulae with GitHub Actions.
`--linux` `--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` `--linux-self-hosted`
: Dispatch bottle for Linux (using self-hosted runner). : Dispatch bottle for Linux x86\_64 (using self-hosted runner).
`--linux-wheezy` `--linux-wheezy`

View File

@ -1587,10 +1587,13 @@ Dispatch specified workflow (default: \fBdispatch\-build\-bottle\.yml\fP)\.
Upload built bottles\. Upload built bottles\.
.TP .TP
\fB\-\-linux\fP \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 .TP
\fB\-\-linux\-self\-hosted\fP \fB\-\-linux\-self\-hosted\fP
Dispatch bottle for Linux (using self\-hosted runner)\. Dispatch bottle for Linux x86_64 (using self\-hosted runner)\.
.TP .TP
\fB\-\-linux\-wheezy\fP \fB\-\-linux\-wheezy\fP
Use Debian Wheezy container for building the bottle on Linux\. Use Debian Wheezy container for building the bottle on Linux\.