Update man pages
This commit is contained in:
parent
c11692ba78
commit
7fd6d2166b
@ -1475,6 +1475,7 @@ _brew_pr_pull() {
|
|||||||
case "$cur" in
|
case "$cur" in
|
||||||
-*)
|
-*)
|
||||||
__brewcomp "
|
__brewcomp "
|
||||||
|
--archive-item
|
||||||
--artifact
|
--artifact
|
||||||
--autosquash
|
--autosquash
|
||||||
--bintray-mirror
|
--bintray-mirror
|
||||||
|
@ -1053,6 +1053,7 @@ __fish_brew_complete_arg 'pr-publish' -l workflow -d 'Target workflow filename (
|
|||||||
|
|
||||||
|
|
||||||
__fish_brew_complete_cmd 'pr-pull' 'Download and publish bottles, and apply the bottle commit from a pull request with artifacts generated by GitHub Actions'
|
__fish_brew_complete_cmd 'pr-pull' 'Download and publish bottles, and apply the bottle commit from a pull request with artifacts generated by GitHub Actions'
|
||||||
|
__fish_brew_complete_arg 'pr-pull' -l archive-item -d 'Upload to the specified Archive item (default: `homebrew`)'
|
||||||
__fish_brew_complete_arg 'pr-pull' -l artifact -d 'Download artifacts with the specified name (default: `bottles`)'
|
__fish_brew_complete_arg 'pr-pull' -l artifact -d 'Download artifacts with the specified name (default: `bottles`)'
|
||||||
__fish_brew_complete_arg 'pr-pull' -l autosquash -d 'Automatically reformat and reword commits in the pull request to our preferred format'
|
__fish_brew_complete_arg 'pr-pull' -l autosquash -d 'Automatically reformat and reword commits in the pull request to our preferred format'
|
||||||
__fish_brew_complete_arg 'pr-pull' -l bintray-mirror -d 'Use the specified Bintray repository to automatically mirror stable URLs defined in the formulae (default: `mirror`)'
|
__fish_brew_complete_arg 'pr-pull' -l bintray-mirror -d 'Use the specified Bintray repository to automatically mirror stable URLs defined in the formulae (default: `mirror`)'
|
||||||
|
@ -1229,10 +1229,11 @@ _brew_pr_publish() {
|
|||||||
# brew pr-pull
|
# brew pr-pull
|
||||||
_brew_pr_pull() {
|
_brew_pr_pull() {
|
||||||
_arguments \
|
_arguments \
|
||||||
|
'(--bintray-org)--archive-item[Upload to the specified Archive item (default: `homebrew`)]' \
|
||||||
'--artifact[Download artifacts with the specified name (default: `bottles`)]' \
|
'--artifact[Download artifacts with the specified name (default: `bottles`)]' \
|
||||||
'(--clean)--autosquash[Automatically reformat and reword commits in the pull request to our preferred format]' \
|
'(--clean)--autosquash[Automatically reformat and reword commits in the pull request to our preferred format]' \
|
||||||
'--bintray-mirror[Use the specified Bintray repository to automatically mirror stable URLs defined in the formulae (default: `mirror`)]' \
|
'--bintray-mirror[Use the specified Bintray repository to automatically mirror stable URLs defined in the formulae (default: `mirror`)]' \
|
||||||
'--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]' \
|
||||||
'--debug[Display any debugging information]' \
|
'--debug[Display any debugging information]' \
|
||||||
|
@ -1181,6 +1181,8 @@ Requires write access to the repository.
|
|||||||
Message to include when autosquashing revision bumps, deletions, and rebuilds.
|
Message to include when autosquashing revision bumps, deletions, and rebuilds.
|
||||||
* `--artifact`:
|
* `--artifact`:
|
||||||
Download artifacts with the specified name (default: `bottles`).
|
Download artifacts with the specified name (default: `bottles`).
|
||||||
|
* `--archive-item`:
|
||||||
|
Upload to the specified Archive item (default: `homebrew`).
|
||||||
* `--bintray-org`:
|
* `--bintray-org`:
|
||||||
Upload to the specified Bintray organisation (default: `homebrew`).
|
Upload to the specified Bintray organisation (default: `homebrew`).
|
||||||
* `--tap`:
|
* `--tap`:
|
||||||
|
@ -1645,6 +1645,10 @@ Message to include when autosquashing revision bumps, deletions, and rebuilds\.
|
|||||||
Download artifacts with the specified name (default: \fBbottles\fR)\.
|
Download artifacts with the specified name (default: \fBbottles\fR)\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
|
\fB\-\-archive\-item\fR
|
||||||
|
Upload to the specified Archive item (default: \fBhomebrew\fR)\.
|
||||||
|
.
|
||||||
|
.TP
|
||||||
\fB\-\-bintray\-org\fR
|
\fB\-\-bintray\-org\fR
|
||||||
Upload to the specified Bintray organisation (default: \fBhomebrew\fR)\.
|
Upload to the specified Bintray organisation (default: \fBhomebrew\fR)\.
|
||||||
.
|
.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user