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-28 14:29:30 +00:00
parent e462b59f7c
commit 9d6874e745
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
5 changed files with 50 additions and 32 deletions

View File

@ -1661,10 +1661,10 @@ _brew_pr_automerge() {
case "${cur}" in case "${cur}" in
-*) -*)
__brewcomp " __brewcomp "
--autosquash
--debug --debug
--help --help
--ignore-failures --ignore-failures
--no-autosquash
--publish --publish
--quiet --quiet
--tap --tap
@ -1685,11 +1685,13 @@ _brew_pr_publish() {
case "${cur}" in case "${cur}" in
-*) -*)
__brewcomp " __brewcomp "
--autosquash
--branch --branch
--commit-bottles-to-pr-branch
--debug --debug
--help --help
--large-runner
--message --message
--no-autosquash
--quiet --quiet
--tap --tap
--verbose --verbose
@ -1707,6 +1709,7 @@ _brew_pr_pull() {
-*) -*)
__brewcomp " __brewcomp "
--artifact --artifact
--autosquash
--branch-okay --branch-okay
--clean --clean
--committer --committer
@ -1716,7 +1719,6 @@ _brew_pr_pull() {
--ignore-missing-artifacts --ignore-missing-artifacts
--keep-old --keep-old
--message --message
--no-autosquash
--no-cherry-pick --no-cherry-pick
--no-commit --no-commit
--no-upload --no-upload

View File

@ -1142,26 +1142,28 @@ __fish_brew_complete_arg 'postinstall' -a '(__fish_brew_suggest_formulae_install
__fish_brew_complete_cmd 'pr-automerge' 'Find pull requests that can be automatically merged using `brew pr-publish`' __fish_brew_complete_cmd 'pr-automerge' 'Find pull requests that can be automatically merged using `brew pr-publish`'
__fish_brew_complete_arg 'pr-automerge' -l autosquash -d 'Instruct `brew pr-publish` to automatically reformat and reword commits in the pull request to the preferred format'
__fish_brew_complete_arg 'pr-automerge' -l debug -d 'Display any debugging information' __fish_brew_complete_arg 'pr-automerge' -l debug -d 'Display any debugging information'
__fish_brew_complete_arg 'pr-automerge' -l help -d 'Show this message' __fish_brew_complete_arg 'pr-automerge' -l help -d 'Show this message'
__fish_brew_complete_arg 'pr-automerge' -l ignore-failures -d 'Include pull requests that have failing status checks' __fish_brew_complete_arg 'pr-automerge' -l ignore-failures -d 'Include pull requests that have failing status checks'
__fish_brew_complete_arg 'pr-automerge' -l no-autosquash -d 'Instruct `brew pr-publish` to skip automatically reformatting and rewording commits in the pull request to the preferred format'
__fish_brew_complete_arg 'pr-automerge' -l publish -d 'Run `brew pr-publish` on matching pull requests' __fish_brew_complete_arg 'pr-automerge' -l publish -d 'Run `brew pr-publish` on matching pull requests'
__fish_brew_complete_arg 'pr-automerge' -l quiet -d 'Make some output more quiet' __fish_brew_complete_arg 'pr-automerge' -l quiet -d 'Make some output more quiet'
__fish_brew_complete_arg 'pr-automerge' -l tap -d 'Target tap repository (default: `homebrew/core`)' __fish_brew_complete_arg 'pr-automerge' -l tap -d 'Target tap repository (default: `homebrew/core`)'
__fish_brew_complete_arg 'pr-automerge' -l verbose -d 'Make some output more verbose' __fish_brew_complete_arg 'pr-automerge' -l verbose -d 'Make some output more verbose'
__fish_brew_complete_arg 'pr-automerge' -l with-label -d 'Pull requests must have this label' __fish_brew_complete_arg 'pr-automerge' -l with-label -d 'Pull requests must have this label'
__fish_brew_complete_arg 'pr-automerge' -l without-approval -d 'Pull requests do not require approval to be merged' __fish_brew_complete_arg 'pr-automerge' -l without-approval -d 'Pull requests do not require approval to be merged'
__fish_brew_complete_arg 'pr-automerge' -l without-labels -d 'Pull requests must not have these labels (default: `do not merge`, `new formula`, `automerge-skip`)' __fish_brew_complete_arg 'pr-automerge' -l without-labels -d 'Pull requests must not have these labels (default: `do not merge`, `new formula`, `automerge-skip`, `CI-published-bottle-commits`)'
__fish_brew_complete_arg 'pr-automerge' -l workflow -d 'Workflow file to use with `brew pr-publish`' __fish_brew_complete_arg 'pr-automerge' -l workflow -d 'Workflow file to use with `brew pr-publish`'
__fish_brew_complete_cmd 'pr-publish' 'Publish bottles for a pull request with GitHub Actions' __fish_brew_complete_cmd 'pr-publish' 'Publish bottles for a pull request with GitHub Actions'
__fish_brew_complete_arg 'pr-publish' -l branch -d 'Branch to publish to (default: `master`)' __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 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 help -d 'Show this message'
__fish_brew_complete_arg 'pr-publish' -l large-runner -d 'Run the upload job on a large runner'
__fish_brew_complete_arg 'pr-publish' -l message -d 'Message to include when autosquashing revision bumps, deletions, and rebuilds' __fish_brew_complete_arg 'pr-publish' -l message -d 'Message to include when autosquashing revision bumps, deletions, and rebuilds'
__fish_brew_complete_arg 'pr-publish' -l no-autosquash -d 'Skip automatically reformatting and rewording commits in the pull request to the preferred format, even if supported on the target tap'
__fish_brew_complete_arg 'pr-publish' -l quiet -d 'Make some output more quiet' __fish_brew_complete_arg 'pr-publish' -l quiet -d 'Make some output more quiet'
__fish_brew_complete_arg 'pr-publish' -l tap -d 'Target tap repository (default: `homebrew/core`)' __fish_brew_complete_arg 'pr-publish' -l tap -d 'Target tap repository (default: `homebrew/core`)'
__fish_brew_complete_arg 'pr-publish' -l verbose -d 'Make some output more verbose' __fish_brew_complete_arg 'pr-publish' -l verbose -d 'Make some output more verbose'
@ -1170,6 +1172,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 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 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 committer -d 'Specify a committer name and email in `git`\'s standard author format'
@ -1179,7 +1182,6 @@ __fish_brew_complete_arg 'pr-pull' -l help -d 'Show this message'
__fish_brew_complete_arg 'pr-pull' -l ignore-missing-artifacts -d 'Comma-separated list of workflows which can be ignored if they have not been run' __fish_brew_complete_arg 'pr-pull' -l ignore-missing-artifacts -d 'Comma-separated list of workflows which can be ignored if they have not been run'
__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 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 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-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-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 no-upload -d 'Download the bottles but don\'t upload them'

View File

@ -1403,28 +1403,30 @@ _brew_postinstall() {
# brew pr-automerge # brew pr-automerge
_brew_pr_automerge() { _brew_pr_automerge() {
_arguments \ _arguments \
'--autosquash[Instruct `brew pr-publish` to automatically reformat and reword commits in the pull request to the preferred format]' \
'--debug[Display any debugging information]' \ '--debug[Display any debugging information]' \
'--help[Show this message]' \ '--help[Show this message]' \
'--ignore-failures[Include pull requests that have failing status checks]' \ '--ignore-failures[Include pull requests that have failing status checks]' \
'--no-autosquash[Instruct `brew pr-publish` to skip automatically reformatting and rewording commits in the pull request to the preferred format]' \
'--publish[Run `brew pr-publish` on matching pull requests]' \ '--publish[Run `brew pr-publish` on matching pull requests]' \
'--quiet[Make some output more quiet]' \ '--quiet[Make some output more quiet]' \
'--tap[Target tap repository (default: `homebrew/core`)]' \ '--tap[Target tap repository (default: `homebrew/core`)]' \
'--verbose[Make some output more verbose]' \ '--verbose[Make some output more verbose]' \
'--with-label[Pull requests must have this label]' \ '--with-label[Pull requests must have this label]' \
'--without-approval[Pull requests do not require approval to be merged]' \ '--without-approval[Pull requests do not require approval to be merged]' \
'--without-labels[Pull requests must not have these labels (default: `do not merge`, `new formula`, `automerge-skip`)]' \ '--without-labels[Pull requests must not have these labels (default: `do not merge`, `new formula`, `automerge-skip`, `CI-published-bottle-commits`)]' \
'--workflow[Workflow file to use with `brew pr-publish`]' '--workflow[Workflow file to use with `brew pr-publish`]'
} }
# brew pr-publish # brew pr-publish
_brew_pr_publish() { _brew_pr_publish() {
_arguments \ _arguments \
'--branch[Branch to publish to (default: `master`)]' \ '(--clean)--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]' \ '--debug[Display any debugging information]' \
'--help[Show this message]' \ '--help[Show this message]' \
'(--no-autosquash)--message[Message to include when autosquashing revision bumps, deletions, and rebuilds]' \ '--large-runner[Run the upload job on a large runner]' \
'(--message)--no-autosquash[Skip automatically reformatting and rewording commits in the pull request to the preferred format, even if supported on the target tap]' \ '--message[Message to include when autosquashing revision bumps, deletions, and rebuilds]' \
'--quiet[Make some output more quiet]' \ '--quiet[Make some output more quiet]' \
'--tap[Target tap repository (default: `homebrew/core`)]' \ '--tap[Target tap repository (default: `homebrew/core`)]' \
'--verbose[Make some output more verbose]' \ '--verbose[Make some output more verbose]' \
@ -1435,16 +1437,16 @@ _brew_pr_publish() {
_brew_pr_pull() { _brew_pr_pull() {
_arguments \ _arguments \
'--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]' \
'--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)]' \
'--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]' \ '--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]' \
'--ignore-missing-artifacts[Comma-separated list of workflows which can be ignored if they have not been run]' \ '--ignore-missing-artifacts[Comma-separated list of workflows which can be ignored if they have not been run]' \
'--keep-old[If the formula specifies a rebuild version, attempt to preserve its value in the generated DSL]' \ '--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[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-cherry-pick[Do not cherry-pick commits from the pull request branch]' \
'--no-commit[Do not generate a new commit before uploading]' \ '--no-commit[Do not generate a new commit before uploading]' \
'--no-upload[Download the bottles but don'\''t upload them]' \ '--no-upload[Download the bottles but don'\''t upload them]' \

View File

@ -1330,13 +1330,13 @@ Find pull requests that can be automatically merged using `brew pr-publish`.
* `--with-label`: * `--with-label`:
Pull requests must have this label. Pull requests must have this label.
* `--without-labels`: * `--without-labels`:
Pull requests must not have these labels (default: `do not merge`, `new formula`, `automerge-skip`). Pull requests must not have these labels (default: `do not merge`, `new formula`, `automerge-skip`, `CI-published-bottle-commits`).
* `--without-approval`: * `--without-approval`:
Pull requests do not require approval to be merged. Pull requests do not require approval to be merged.
* `--publish`: * `--publish`:
Run `brew pr-publish` on matching pull requests. Run `brew pr-publish` on matching pull requests.
* `--no-autosquash`: * `--autosquash`:
Instruct `brew pr-publish` to skip automatically reformatting and rewording commits in the pull request to the preferred format. Instruct `brew pr-publish` to automatically reformat and reword commits in the pull request to the preferred format.
* `--ignore-failures`: * `--ignore-failures`:
Include pull requests that have failing status checks. Include pull requests that have failing status checks.
@ -1345,10 +1345,14 @@ Find pull requests that can be automatically merged using `brew pr-publish`.
Publish bottles for a pull request with GitHub Actions. Publish bottles for a pull request with GitHub Actions.
Requires write access to the repository. Requires write access to the repository.
* `--no-autosquash`: * `--commit-bottles-to-pr-branch`:
Skip automatically reformatting and rewording commits in the pull request to the preferred format, even if supported on the target tap. Push bottle commits to the pull request branch.
* `--autosquash`:
If supported on the target tap, automatically reformat and reword commits to our preferred format.
* `--large-runner`:
Run the upload job on a large runner.
* `--branch`: * `--branch`:
Branch to publish to (default: `master`). Branch to use the workflow from (default: `master`).
* `--message`: * `--message`:
Message to include when autosquashing revision bumps, deletions, and rebuilds. Message to include when autosquashing revision bumps, deletions, and rebuilds.
* `--tap`: * `--tap`:
@ -1374,8 +1378,8 @@ Requires write access to the repository.
Do not amend the commits from pull requests. Do not amend the commits from pull requests.
* `--keep-old`: * `--keep-old`:
If the formula specifies a rebuild version, attempt to preserve its value in the generated DSL. If the formula specifies a rebuild version, attempt to preserve its value in the generated DSL.
* `--no-autosquash`: * `--autosquash`:
Skip automatically reformatting and rewording commits in the pull request to our preferred format. Automatically reformat and reword commits in the pull request to our preferred format.
* `--branch-okay`: * `--branch-okay`:
Do not warn if pulling to a branch besides the repository default (useful for testing). Do not warn if pulling to a branch besides the repository default (useful for testing).
* `--resolve`: * `--resolve`:

View File

@ -1898,7 +1898,7 @@ Pull requests must have this label\.
. .
.TP .TP
\fB\-\-without\-labels\fR \fB\-\-without\-labels\fR
Pull requests must not have these labels (default: \fBdo not merge\fR, \fBnew formula\fR, \fBautomerge\-skip\fR)\. Pull requests must not have these labels (default: \fBdo not merge\fR, \fBnew formula\fR, \fBautomerge\-skip\fR, \fBCI\-published\-bottle\-commits\fR)\.
. .
.TP .TP
\fB\-\-without\-approval\fR \fB\-\-without\-approval\fR
@ -1909,8 +1909,8 @@ Pull requests do not require approval to be merged\.
Run \fBbrew pr\-publish\fR on matching pull requests\. Run \fBbrew pr\-publish\fR on matching pull requests\.
. .
.TP .TP
\fB\-\-no\-autosquash\fR \fB\-\-autosquash\fR
Instruct \fBbrew pr\-publish\fR to skip automatically reformatting and rewording commits in the pull request to the preferred format\. Instruct \fBbrew pr\-publish\fR to automatically reformat and reword commits in the pull request to the preferred format\.
. .
.TP .TP
\fB\-\-ignore\-failures\fR \fB\-\-ignore\-failures\fR
@ -1920,12 +1920,20 @@ Include pull requests that have failing status checks\.
Publish bottles for a pull request with GitHub Actions\. Requires write access to the repository\. Publish bottles for a pull request with GitHub Actions\. Requires write access to the repository\.
. .
.TP .TP
\fB\-\-no\-autosquash\fR \fB\-\-commit\-bottles\-to\-pr\-branch\fR
Skip automatically reformatting and rewording commits in the pull request to the preferred format, even if supported on the target tap\. 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\.
.
.TP
\fB\-\-large\-runner\fR
Run the upload job on a large runner\.
. .
.TP .TP
\fB\-\-branch\fR \fB\-\-branch\fR
Branch to publish to (default: \fBmaster\fR)\. Branch to use the workflow from (default: \fBmaster\fR)\.
. .
.TP .TP
\fB\-\-message\fR \fB\-\-message\fR
@ -1967,8 +1975,8 @@ Do not amend the commits from pull requests\.
If the formula specifies a rebuild version, attempt to preserve its value in the generated DSL\. If the formula specifies a rebuild version, attempt to preserve its value in the generated DSL\.
. .
.TP .TP
\fB\-\-no\-autosquash\fR \fB\-\-autosquash\fR
Skip automatically reformatting and rewording commits in the pull request to our preferred format\. Automatically reformat and reword commits in the pull request to our preferred format\.
. .
.TP .TP
\fB\-\-branch\-okay\fR \fB\-\-branch\-okay\fR