Update manpage and completions.
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow.
This commit is contained in:
parent
8c2dcbac3d
commit
a1ce124ca3
@ -1772,6 +1772,7 @@ _brew_pr_pull() {
|
|||||||
--no-upload
|
--no-upload
|
||||||
--quiet
|
--quiet
|
||||||
--resolve
|
--resolve
|
||||||
|
--retain-bottle-dir
|
||||||
--root-url
|
--root-url
|
||||||
--root-url-using
|
--root-url-using
|
||||||
--tap
|
--tap
|
||||||
|
@ -1206,6 +1206,7 @@ __fish_brew_complete_arg 'pr-pull' -l no-commit -d 'Do not generate a new commit
|
|||||||
__fish_brew_complete_arg 'pr-pull' -l no-upload -d 'Download the bottles but don\'t upload them'
|
__fish_brew_complete_arg 'pr-pull' -l no-upload -d 'Download the bottles but don\'t upload them'
|
||||||
__fish_brew_complete_arg 'pr-pull' -l quiet -d 'Make some output more quiet'
|
__fish_brew_complete_arg 'pr-pull' -l quiet -d 'Make some output more quiet'
|
||||||
__fish_brew_complete_arg 'pr-pull' -l resolve -d 'When a patch fails to apply, leave in progress and allow user to resolve, instead of aborting'
|
__fish_brew_complete_arg 'pr-pull' -l resolve -d 'When a patch fails to apply, leave in progress and allow user to resolve, instead of aborting'
|
||||||
|
__fish_brew_complete_arg 'pr-pull' -l retain-bottle-dir -d 'Does not clean up the tmp directory for the bottle so it can be used later'
|
||||||
__fish_brew_complete_arg 'pr-pull' -l root-url -d 'Use the specified URL as the root of the bottle\'s URL instead of Homebrew\'s default'
|
__fish_brew_complete_arg 'pr-pull' -l root-url -d 'Use the specified URL as the root of the bottle\'s URL instead of Homebrew\'s default'
|
||||||
__fish_brew_complete_arg 'pr-pull' -l root-url-using -d 'Use the specified download strategy class for downloading the bottle\'s URL instead of Homebrew\'s default'
|
__fish_brew_complete_arg 'pr-pull' -l root-url-using -d 'Use the specified download strategy class for downloading the bottle\'s URL instead of Homebrew\'s default'
|
||||||
__fish_brew_complete_arg 'pr-pull' -l tap -d 'Target tap repository (default: `homebrew/core`)'
|
__fish_brew_complete_arg 'pr-pull' -l tap -d 'Target tap repository (default: `homebrew/core`)'
|
||||||
|
@ -1493,6 +1493,7 @@ _brew_pr_pull() {
|
|||||||
'--no-upload[Download the bottles but don'\''t upload them]' \
|
'--no-upload[Download the bottles but don'\''t upload them]' \
|
||||||
'--quiet[Make some output more quiet]' \
|
'--quiet[Make some output more quiet]' \
|
||||||
'--resolve[When a patch fails to apply, leave in progress and allow user to resolve, instead of aborting]' \
|
'--resolve[When a patch fails to apply, leave in progress and allow user to resolve, instead of aborting]' \
|
||||||
|
'--retain-bottle-dir[Does not clean up the tmp directory for the bottle so it can be used later]' \
|
||||||
'--root-url[Use the specified URL as the root of the bottle'\''s URL instead of Homebrew'\''s default]' \
|
'--root-url[Use the specified URL as the root of the bottle'\''s URL instead of Homebrew'\''s default]' \
|
||||||
'--root-url-using[Use the specified download strategy class for downloading the bottle'\''s URL instead of Homebrew'\''s default]' \
|
'--root-url-using[Use the specified download strategy class for downloading the bottle'\''s URL instead of Homebrew'\''s default]' \
|
||||||
'--tap[Target tap repository (default: `homebrew/core`)]' \
|
'--tap[Target tap repository (default: `homebrew/core`)]' \
|
||||||
|
@ -1432,6 +1432,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.
|
||||||
|
* `--retain-bottle-dir`:
|
||||||
|
Does not clean up the tmp directory for the bottle so it can be used later.
|
||||||
* `--committer`:
|
* `--committer`:
|
||||||
Specify a committer name and email in `git`'s standard author format.
|
Specify a committer name and email in `git`'s standard author format.
|
||||||
* `--message`:
|
* `--message`:
|
||||||
|
@ -2054,6 +2054,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\-\-retain\-bottle\-dir\fR
|
||||||
|
Does not clean up the tmp directory for the bottle so it can be used later\.
|
||||||
|
.
|
||||||
|
.TP
|
||||||
\fB\-\-committer\fR
|
\fB\-\-committer\fR
|
||||||
Specify a committer name and email in \fBgit\fR\'s standard author format\.
|
Specify a committer name and email in \fBgit\fR\'s standard author format\.
|
||||||
.
|
.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user