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:
BrewTestBot 2023-03-19 21:33:22 +00:00
parent 203c93196b
commit df21c36c16
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
5 changed files with 9 additions and 0 deletions

View File

@ -1697,6 +1697,7 @@ _brew_pr_pull() {
--keep-old
--message
--no-autosquash
--no-cherry-pick
--no-commit
--no-upload
--quiet

View File

@ -1169,6 +1169,7 @@ __fish_brew_complete_arg 'pr-pull' -l ignore-missing-artifacts -d 'Comma-separat
__fish_brew_complete_arg 'pr-pull' -l keep-old -d 'If the formula specifies a rebuild version, attempt to preserve its value in the generated DSL'
__fish_brew_complete_arg 'pr-pull' -l message -d 'Message to include when autosquashing revision bumps, deletions, and rebuilds'
__fish_brew_complete_arg 'pr-pull' -l no-autosquash -d 'Skip automatically reformatting and rewording commits in the pull request to our preferred format'
__fish_brew_complete_arg 'pr-pull' -l no-cherry-pick -d 'Do not cherry-pick commits from the pull request branch'
__fish_brew_complete_arg 'pr-pull' -l no-commit -d 'Do not generate a new commit before uploading'
__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'

View File

@ -1431,6 +1431,7 @@ _brew_pr_pull() {
'--keep-old[If the formula specifies a rebuild version, attempt to preserve its value in the generated DSL]' \
'(--no-autosquash)--message[Message to include when autosquashing revision bumps, deletions, and rebuilds]' \
'(--message)--no-autosquash[Skip automatically reformatting and rewording commits in the pull request to our preferred format]' \
'--no-cherry-pick[Do not cherry-pick commits from the pull request branch]' \
'--no-commit[Do not generate a new commit before uploading]' \
'--no-upload[Download the bottles but don'\''t upload them]' \
'--quiet[Make some output more quiet]' \

View File

@ -1360,6 +1360,8 @@ Requires write access to the repository.
Download the bottles but don't upload them.
* `--no-commit`:
Do not generate a new commit before uploading.
* `--no-cherry-pick`:
Do not cherry-pick commits from the pull request branch.
* `-n`, `--dry-run`:
Print what would be done rather than doing it.
* `--clean`:

View File

@ -1944,6 +1944,10 @@ Download the bottles but don\'t upload them\.
Do not generate a new commit before uploading\.
.
.TP
\fB\-\-no\-cherry\-pick\fR
Do not cherry\-pick commits from the pull request branch\.
.
.TP
\fB\-n\fR, \fB\-\-dry\-run\fR
Print what would be done rather than doing it\.
.