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-30 07:36:37 +00:00
parent 65510f5a07
commit 5cf1e23b20
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
5 changed files with 0 additions and 9 deletions

View File

@ -1688,7 +1688,6 @@ _brew_pr_publish() {
__brewcomp "
--autosquash
--branch
--commit-bottles-to-pr-branch
--debug
--help
--large-runner

View File

@ -1160,7 +1160,6 @@ __fish_brew_complete_arg 'pr-automerge' -l workflow -d 'Workflow file to use wit
__fish_brew_complete_cmd 'pr-publish' 'Publish bottles for a pull request with GitHub Actions'
__fish_brew_complete_arg 'pr-publish' -l autosquash -d 'If supported on the target tap, automatically reformat and reword commits to our preferred format'
__fish_brew_complete_arg 'pr-publish' -l branch -d 'Branch to use the workflow from (default: `master`)'
__fish_brew_complete_arg 'pr-publish' -l commit-bottles-to-pr-branch -d 'Push bottle commits to the pull request branch'
__fish_brew_complete_arg 'pr-publish' -l debug -d 'Display any debugging information'
__fish_brew_complete_arg 'pr-publish' -l help -d 'Show this message'
__fish_brew_complete_arg 'pr-publish' -l large-runner -d 'Run the upload job on a large runner'

View File

@ -1423,7 +1423,6 @@ _brew_pr_publish() {
_arguments \
'--autosquash[If supported on the target tap, automatically reformat and reword commits to our preferred format]' \
'--branch[Branch to use the workflow from (default: `master`)]' \
'--commit-bottles-to-pr-branch[Push bottle commits to the pull request branch]' \
'--debug[Display any debugging information]' \
'--help[Show this message]' \
'--large-runner[Run the upload job on a large runner]' \

View File

@ -1347,8 +1347,6 @@ Find pull requests that can be automatically merged using `brew pr-publish`.
Publish bottles for a pull request with GitHub Actions.
Requires write access to the repository.
* `--commit-bottles-to-pr-branch`:
Push bottle commits to the pull request branch.
* `--autosquash`:
If supported on the target tap, automatically reformat and reword commits to our preferred format.
* `--no-autosquash`:

View File

@ -1924,10 +1924,6 @@ Include pull requests that have failing status checks\.
Publish bottles for a pull request with GitHub Actions\. Requires write access to the repository\.
.
.TP
\fB\-\-commit\-bottles\-to\-pr\-branch\fR
Push bottle commits to the pull request branch\.
.
.TP
\fB\-\-autosquash\fR
If supported on the target tap, automatically reformat and reword commits to our preferred format\.
.