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:
BrewTestBot 2021-04-01 17:14:57 +00:00
parent d1b23dc1c7
commit 1c5f446449
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
5 changed files with 27 additions and 0 deletions

View File

@ -372,6 +372,7 @@ _brew_bottle() {
case "$cur" in
-*)
__brewcomp "
--committer
--debug
--force-core-tap
--help
@ -1456,6 +1457,7 @@ _brew_pr_pull() {
--bintray-org
--branch-okay
--clean
--committer
--debug
--dry-run
--help
@ -1484,6 +1486,7 @@ _brew_pr_upload() {
__brewcomp "
--archive-item
--bintray-org
--committer
--debug
--dry-run
--github-org

View File

@ -357,6 +357,7 @@ __fish_brew_complete_arg 'autoremove' -l verbose -d 'Make some output more verbo
__fish_brew_complete_cmd 'bottle' 'Generate a bottle (binary package) from a formula that was installed with `--build-bottle`'
__fish_brew_complete_arg 'bottle' -l committer -d 'Specify a committer name and email in `git`\'s standard author format'
__fish_brew_complete_arg 'bottle' -l debug -d 'Display any debugging information'
__fish_brew_complete_arg 'bottle' -l force-core-tap -d 'Build a bottle even if formula is not in `homebrew/core` or any installed taps'
__fish_brew_complete_arg 'bottle' -l help -d 'Show this message'
@ -1050,6 +1051,7 @@ __fish_brew_complete_arg 'pr-pull' -l bintray-mirror -d 'Use the specified Bintr
__fish_brew_complete_arg 'pr-pull' -l bintray-org -d 'Upload to the specified Bintray organisation (default: `homebrew`)'
__fish_brew_complete_arg 'pr-pull' -l branch-okay -d 'Do not warn if pulling to a branch besides the repository default (useful for testing)'
__fish_brew_complete_arg 'pr-pull' -l clean -d 'Do not amend the commits from pull requests'
__fish_brew_complete_arg 'pr-pull' -l committer -d 'Specify a committer name and email in `git`\'s standard author format'
__fish_brew_complete_arg 'pr-pull' -l debug -d 'Display any debugging information'
__fish_brew_complete_arg 'pr-pull' -l dry-run -d 'Print what would be done rather than doing it'
__fish_brew_complete_arg 'pr-pull' -l help -d 'Show this message'
@ -1070,6 +1072,7 @@ __fish_brew_complete_arg 'pr-pull' -l workflows -d 'Retrieve artifacts from the
__fish_brew_complete_cmd 'pr-upload' 'Apply the bottle commit and publish bottles to a host'
__fish_brew_complete_arg 'pr-upload' -l archive-item -d 'Upload to the specified Internet Archive item (default: `homebrew`)'
__fish_brew_complete_arg 'pr-upload' -l bintray-org -d 'Upload to the specified Bintray organisation (default: `homebrew`)'
__fish_brew_complete_arg 'pr-upload' -l committer -d 'Specify a committer name and email in `git`\'s standard author format'
__fish_brew_complete_arg 'pr-upload' -l debug -d 'Display any debugging information'
__fish_brew_complete_arg 'pr-upload' -l dry-run -d 'Print what would be done rather than doing it'
__fish_brew_complete_arg 'pr-upload' -l github-org -d 'Upload to the specified GitHub organisation\'s GitHub Packages (default: `homebrew`)'

View File

@ -445,6 +445,7 @@ _brew_autoremove() {
# brew bottle
_brew_bottle() {
_arguments \
'--committer[Specify a committer name and email in `git`'\''s standard author format]' \
'--debug[Display any debugging information]' \
'--force-core-tap[Build a bottle even if formula is not in `homebrew/core` or any installed taps]' \
'--help[Show this message]' \
@ -1293,6 +1294,7 @@ _brew_pr_pull() {
'(--archive-item)--bintray-org[Upload to the specified Bintray organisation (default: `homebrew`)]' \
'--branch-okay[Do not warn if pulling to a branch besides the repository default (useful for testing)]' \
'(--autosquash)--clean[Do not amend the commits from pull requests]' \
'--committer[Specify a committer name and email in `git`'\''s standard author format]' \
'--debug[Display any debugging information]' \
'--dry-run[Print what would be done rather than doing it]' \
'--help[Show this message]' \
@ -1315,6 +1317,7 @@ _brew_pr_upload() {
_arguments \
'--archive-item[Upload to the specified Internet Archive item (default: `homebrew`)]' \
'--bintray-org[Upload to the specified Bintray organisation (default: `homebrew`)]' \
'--committer[Specify a committer name and email in `git`'\''s standard author format]' \
'--debug[Display any debugging information]' \
'--dry-run[Print what would be done rather than doing it]' \
'--github-org[Upload to the specified GitHub organisation'\''s GitHub Packages (default: `homebrew`)]' \

View File

@ -825,6 +825,8 @@ value, while `--no-rebuild` will remove it.
When passed with `--write`, a new commit will not generated after writing changes to the formula file.
* `--only-json-tab`:
When passed with `--json`, the tab will be written to the JSON file but not the bottle.
* `--committer`:
Specify a committer name and email in `git`'s standard author format.
* `--root-url`:
Use the specified *`URL`* as the root of the bottle's URL instead of Homebrew's default.
@ -1183,6 +1185,8 @@ Requires write access to the repository.
When a patch fails to apply, leave in progress and allow user to resolve, instead of aborting.
* `--warn-on-upload-failure`:
Warn instead of raising an error if the bottle upload fails. Useful for repairing bottle uploads that previously failed.
* `--committer`:
Specify a committer name and email in `git`'s standard author format.
* `--message`:
Message to include when autosquashing revision bumps, deletions, and rebuilds.
* `--artifact`:
@ -1216,6 +1220,8 @@ Apply the bottle commit and publish bottles to a host.
Do not generate a new commit before uploading.
* `--warn-on-upload-failure`:
Warn instead of raising an error if the bottle upload fails. Useful for repairing bottle uploads that previously failed.
* `--committer`:
Specify a committer name and email in `git`'s standard author format.
* `--archive-item`:
Upload to the specified Internet Archive item (default: `homebrew`).
* `--bintray-org`:

View File

@ -1137,6 +1137,10 @@ When passed with \fB\-\-write\fR, a new commit will not generated after writing
When passed with \fB\-\-json\fR, the tab will be written to the JSON file but not the bottle\.
.
.TP
\fB\-\-committer\fR
Specify a committer name and email in \fBgit\fR\'s standard author format\.
.
.TP
\fB\-\-root\-url\fR
Use the specified \fIURL\fR as the root of the bottle\'s URL instead of Homebrew\'s default\.
.
@ -1653,6 +1657,10 @@ When a patch fails to apply, leave in progress and allow user to resolve, instea
Warn instead of raising an error if the bottle upload fails\. Useful for repairing bottle uploads that previously failed\.
.
.TP
\fB\-\-committer\fR
Specify a committer name and email in \fBgit\fR\'s standard author format\.
.
.TP
\fB\-\-message\fR
Message to include when autosquashing revision bumps, deletions, and rebuilds\.
.
@ -1712,6 +1720,10 @@ Do not generate a new commit before uploading\.
Warn instead of raising an error if the bottle upload fails\. Useful for repairing bottle uploads that previously failed\.
.
.TP
\fB\-\-committer\fR
Specify a committer name and email in \fBgit\fR\'s standard author format\.
.
.TP
\fB\-\-archive\-item\fR
Upload to the specified Internet Archive item (default: \fBhomebrew\fR)\.
.