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:
parent
d1b23dc1c7
commit
1c5f446449
@ -372,6 +372,7 @@ _brew_bottle() {
|
|||||||
case "$cur" in
|
case "$cur" in
|
||||||
-*)
|
-*)
|
||||||
__brewcomp "
|
__brewcomp "
|
||||||
|
--committer
|
||||||
--debug
|
--debug
|
||||||
--force-core-tap
|
--force-core-tap
|
||||||
--help
|
--help
|
||||||
@ -1456,6 +1457,7 @@ _brew_pr_pull() {
|
|||||||
--bintray-org
|
--bintray-org
|
||||||
--branch-okay
|
--branch-okay
|
||||||
--clean
|
--clean
|
||||||
|
--committer
|
||||||
--debug
|
--debug
|
||||||
--dry-run
|
--dry-run
|
||||||
--help
|
--help
|
||||||
@ -1484,6 +1486,7 @@ _brew_pr_upload() {
|
|||||||
__brewcomp "
|
__brewcomp "
|
||||||
--archive-item
|
--archive-item
|
||||||
--bintray-org
|
--bintray-org
|
||||||
|
--committer
|
||||||
--debug
|
--debug
|
||||||
--dry-run
|
--dry-run
|
||||||
--github-org
|
--github-org
|
||||||
|
@ -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_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 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 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'
|
__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 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 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 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 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 dry-run -d 'Print what would be done rather than doing it'
|
||||||
__fish_brew_complete_arg 'pr-pull' -l help -d 'Show this message'
|
__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_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 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 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 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 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`)'
|
__fish_brew_complete_arg 'pr-upload' -l github-org -d 'Upload to the specified GitHub organisation\'s GitHub Packages (default: `homebrew`)'
|
||||||
|
@ -445,6 +445,7 @@ _brew_autoremove() {
|
|||||||
# brew bottle
|
# brew bottle
|
||||||
_brew_bottle() {
|
_brew_bottle() {
|
||||||
_arguments \
|
_arguments \
|
||||||
|
'--committer[Specify a committer name and email in `git`'\''s standard author format]' \
|
||||||
'--debug[Display any debugging information]' \
|
'--debug[Display any debugging information]' \
|
||||||
'--force-core-tap[Build a bottle even if formula is not in `homebrew/core` or any installed taps]' \
|
'--force-core-tap[Build a bottle even if formula is not in `homebrew/core` or any installed taps]' \
|
||||||
'--help[Show this message]' \
|
'--help[Show this message]' \
|
||||||
@ -1293,6 +1294,7 @@ _brew_pr_pull() {
|
|||||||
'(--archive-item)--bintray-org[Upload to the specified Bintray organisation (default: `homebrew`)]' \
|
'(--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)]' \
|
'--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]' \
|
'(--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]' \
|
'--debug[Display any debugging information]' \
|
||||||
'--dry-run[Print what would be done rather than doing it]' \
|
'--dry-run[Print what would be done rather than doing it]' \
|
||||||
'--help[Show this message]' \
|
'--help[Show this message]' \
|
||||||
@ -1315,6 +1317,7 @@ _brew_pr_upload() {
|
|||||||
_arguments \
|
_arguments \
|
||||||
'--archive-item[Upload to the specified Internet Archive item (default: `homebrew`)]' \
|
'--archive-item[Upload to the specified Internet Archive item (default: `homebrew`)]' \
|
||||||
'--bintray-org[Upload to the specified Bintray organisation (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]' \
|
'--debug[Display any debugging information]' \
|
||||||
'--dry-run[Print what would be done rather than doing it]' \
|
'--dry-run[Print what would be done rather than doing it]' \
|
||||||
'--github-org[Upload to the specified GitHub organisation'\''s GitHub Packages (default: `homebrew`)]' \
|
'--github-org[Upload to the specified GitHub organisation'\''s GitHub Packages (default: `homebrew`)]' \
|
||||||
|
@ -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.
|
When passed with `--write`, a new commit will not generated after writing changes to the formula file.
|
||||||
* `--only-json-tab`:
|
* `--only-json-tab`:
|
||||||
When passed with `--json`, the tab will be written to the JSON file but not the bottle.
|
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`:
|
* `--root-url`:
|
||||||
Use the specified *`URL`* as the root of the bottle's URL instead of Homebrew's default.
|
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.
|
When a patch fails to apply, leave in progress and allow user to resolve, instead of aborting.
|
||||||
* `--warn-on-upload-failure`:
|
* `--warn-on-upload-failure`:
|
||||||
Warn instead of raising an error if the bottle upload fails. Useful for repairing bottle uploads that previously failed.
|
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`:
|
||||||
Message to include when autosquashing revision bumps, deletions, and rebuilds.
|
Message to include when autosquashing revision bumps, deletions, and rebuilds.
|
||||||
* `--artifact`:
|
* `--artifact`:
|
||||||
@ -1216,6 +1220,8 @@ Apply the bottle commit and publish bottles to a host.
|
|||||||
Do not generate a new commit before uploading.
|
Do not generate a new commit before uploading.
|
||||||
* `--warn-on-upload-failure`:
|
* `--warn-on-upload-failure`:
|
||||||
Warn instead of raising an error if the bottle upload fails. Useful for repairing bottle uploads that previously failed.
|
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`:
|
* `--archive-item`:
|
||||||
Upload to the specified Internet Archive item (default: `homebrew`).
|
Upload to the specified Internet Archive item (default: `homebrew`).
|
||||||
* `--bintray-org`:
|
* `--bintray-org`:
|
||||||
|
@ -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\.
|
When passed with \fB\-\-json\fR, the tab will be written to the JSON file but not the bottle\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
|
\fB\-\-committer\fR
|
||||||
|
Specify a committer name and email in \fBgit\fR\'s standard author format\.
|
||||||
|
.
|
||||||
|
.TP
|
||||||
\fB\-\-root\-url\fR
|
\fB\-\-root\-url\fR
|
||||||
Use the specified \fIURL\fR as the root of the bottle\'s URL instead of Homebrew\'s default\.
|
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\.
|
Warn instead of raising an error if the bottle upload fails\. Useful for repairing bottle uploads that previously failed\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
|
\fB\-\-committer\fR
|
||||||
|
Specify a committer name and email in \fBgit\fR\'s standard author format\.
|
||||||
|
.
|
||||||
|
.TP
|
||||||
\fB\-\-message\fR
|
\fB\-\-message\fR
|
||||||
Message to include when autosquashing revision bumps, deletions, and rebuilds\.
|
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\.
|
Warn instead of raising an error if the bottle upload fails\. Useful for repairing bottle uploads that previously failed\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
|
\fB\-\-committer\fR
|
||||||
|
Specify a committer name and email in \fBgit\fR\'s standard author format\.
|
||||||
|
.
|
||||||
|
.TP
|
||||||
\fB\-\-archive\-item\fR
|
\fB\-\-archive\-item\fR
|
||||||
Upload to the specified Internet Archive item (default: \fBhomebrew\fR)\.
|
Upload to the specified Internet Archive item (default: \fBhomebrew\fR)\.
|
||||||
.
|
.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user