mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Merge pull request #19597 from Homebrew/sponsors-maintainers-man-completions
Update manpage and completions.
This commit is contained in:
commit
8e89be7fe8
@ -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
|
||||||
|
@ -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'
|
||||||
|
@ -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]' \
|
||||||
|
@ -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`
|
||||||
|
|
||||||
|
@ -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\.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user