Merge pull request #12316 from Homebrew/update-man-completions
Update maintainers, manpage and completions.
This commit is contained in:
commit
000f5ba701
@ -600,7 +600,7 @@ __fish_brew_complete_arg 'dispatch-build-bottle' -l issue -d 'If specified, post
|
|||||||
__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 (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-self-hosted -d 'Dispatch bottle for Linux (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 'Version of macOS the bottle should be built for'
|
__fish_brew_complete_arg 'dispatch-build-bottle' -l macos -d 'Version(s) 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`)'
|
||||||
__fish_brew_complete_arg 'dispatch-build-bottle' -l timeout -d 'Build timeout (in minutes, default: 60)'
|
__fish_brew_complete_arg 'dispatch-build-bottle' -l timeout -d 'Build timeout (in minutes, default: 60)'
|
||||||
|
|||||||
@ -735,7 +735,7 @@ _brew_dispatch_build_bottle() {
|
|||||||
'(--macos --linux-self-hosted)--linux[Dispatch bottle for Linux (using GitHub runners)]' \
|
'(--macos --linux-self-hosted)--linux[Dispatch bottle for Linux (using GitHub runners)]' \
|
||||||
'(--macos --linux)--linux-self-hosted[Dispatch bottle for Linux (using self-hosted runner)]' \
|
'(--macos --linux)--linux-self-hosted[Dispatch bottle for Linux (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]' \
|
||||||
'(--linux --linux-self-hosted)--macos[Version of macOS the bottle should be built for]' \
|
'(--linux --linux-self-hosted)--macos[Version(s) 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`)]' \
|
||||||
'--timeout[Build timeout (in minutes, default: 60)]' \
|
'--timeout[Build timeout (in minutes, default: 60)]' \
|
||||||
|
|||||||
@ -1100,7 +1100,7 @@ Build bottles for these formulae with GitHub Actions.
|
|||||||
* `--issue`:
|
* `--issue`:
|
||||||
If specified, post a comment to this issue number if the job fails.
|
If specified, post a comment to this issue number if the job fails.
|
||||||
* `--macos`:
|
* `--macos`:
|
||||||
Version of macOS the bottle should be built for.
|
Version(s) of macOS the bottle should be built for.
|
||||||
* `--workflow`:
|
* `--workflow`:
|
||||||
Dispatch specified workflow (default: `dispatch-build-bottle.yml`).
|
Dispatch specified workflow (default: `dispatch-build-bottle.yml`).
|
||||||
* `--upload`:
|
* `--upload`:
|
||||||
|
|||||||
@ -1572,7 +1572,7 @@ If specified, post a comment to this issue number if the job fails\.
|
|||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-macos\fR
|
\fB\-\-macos\fR
|
||||||
Version of macOS the bottle should be built for\.
|
Version(s) of macOS the bottle should be built for\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-workflow\fR
|
\fB\-\-workflow\fR
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user