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
b26d92ca9a
commit
b4142ddd41
@ -1665,6 +1665,7 @@ _brew_pr_automerge() {
|
||||
--debug
|
||||
--help
|
||||
--ignore-failures
|
||||
--no-autosquash
|
||||
--publish
|
||||
--quiet
|
||||
--tap
|
||||
@ -1692,6 +1693,7 @@ _brew_pr_publish() {
|
||||
--help
|
||||
--large-runner
|
||||
--message
|
||||
--no-autosquash
|
||||
--quiet
|
||||
--tap
|
||||
--verbose
|
||||
@ -1719,6 +1721,7 @@ _brew_pr_pull() {
|
||||
--ignore-missing-artifacts
|
||||
--keep-old
|
||||
--message
|
||||
--no-autosquash
|
||||
--no-cherry-pick
|
||||
--no-commit
|
||||
--no-upload
|
||||
|
||||
@ -1146,6 +1146,7 @@ __fish_brew_complete_arg 'pr-automerge' -l autosquash -d 'Instruct `brew pr-publ
|
||||
__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 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 quiet -d 'Make some output more quiet'
|
||||
__fish_brew_complete_arg 'pr-automerge' -l tap -d 'Target tap repository (default: `homebrew/core`)'
|
||||
@ -1164,6 +1165,7 @@ __fish_brew_complete_arg 'pr-publish' -l debug -d 'Display any debugging informa
|
||||
__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 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 tap -d 'Target tap repository (default: `homebrew/core`)'
|
||||
__fish_brew_complete_arg 'pr-publish' -l verbose -d 'Make some output more verbose'
|
||||
@ -1182,6 +1184,7 @@ __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 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'
|
||||
|
||||
@ -1407,6 +1407,7 @@ _brew_pr_automerge() {
|
||||
'--debug[Display any debugging information]' \
|
||||
'--help[Show this message]' \
|
||||
'--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]' \
|
||||
'--quiet[Make some output more quiet]' \
|
||||
'--tap[Target tap repository (default: `homebrew/core`)]' \
|
||||
@ -1427,6 +1428,7 @@ _brew_pr_publish() {
|
||||
'--help[Show this message]' \
|
||||
'--large-runner[Run the upload job on a large runner]' \
|
||||
'--message[Message to include when autosquashing revision bumps, deletions, and rebuilds]' \
|
||||
'--no-autosquash[Skip automatically reformatting and rewording commits in the pull request to the preferred format, even if supported on the target tap]' \
|
||||
'--quiet[Make some output more quiet]' \
|
||||
'--tap[Target tap repository (default: `homebrew/core`)]' \
|
||||
'--verbose[Make some output more verbose]' \
|
||||
@ -1447,6 +1449,7 @@ _brew_pr_pull() {
|
||||
'--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]' \
|
||||
'--message[Message to include when autosquashing revision bumps, deletions, and rebuilds]' \
|
||||
'--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]' \
|
||||
|
||||
@ -1337,6 +1337,8 @@ Find pull requests that can be automatically merged using `brew pr-publish`.
|
||||
Run `brew pr-publish` on matching pull requests.
|
||||
* `--autosquash`:
|
||||
Instruct `brew pr-publish` to automatically reformat and reword commits in the pull request to the preferred format.
|
||||
* `--no-autosquash`:
|
||||
Instruct `brew pr-publish` to skip automatically reformatting and rewording commits in the pull request to the preferred format.
|
||||
* `--ignore-failures`:
|
||||
Include pull requests that have failing status checks.
|
||||
|
||||
@ -1349,6 +1351,8 @@ Requires write access to the repository.
|
||||
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`:
|
||||
Skip automatically reformatting and rewording commits in the pull request to the preferred format, even if supported on the target tap.
|
||||
* `--large-runner`:
|
||||
Run the upload job on a large runner.
|
||||
* `--branch`:
|
||||
@ -1380,6 +1384,8 @@ Requires write access to the repository.
|
||||
If the formula specifies a rebuild version, attempt to preserve its value in the generated DSL.
|
||||
* `--autosquash`:
|
||||
Automatically reformat and reword commits in the pull request to our preferred format.
|
||||
* `--no-autosquash`:
|
||||
Skip automatically reformatting and rewording 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).
|
||||
* `--resolve`:
|
||||
|
||||
@ -1913,6 +1913,10 @@ Run \fBbrew pr\-publish\fR on matching pull requests\.
|
||||
Instruct \fBbrew pr\-publish\fR to automatically reformat and reword commits in the pull request to the preferred format\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-no\-autosquash\fR
|
||||
Instruct \fBbrew pr\-publish\fR to skip automatically reformatting and rewording commits in the pull request to the preferred format\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-ignore\-failures\fR
|
||||
Include pull requests that have failing status checks\.
|
||||
.
|
||||
@ -1928,6 +1932,10 @@ Push bottle commits to the pull request branch\.
|
||||
If supported on the target tap, automatically reformat and reword commits to our preferred format\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-no\-autosquash\fR
|
||||
Skip automatically reformatting and rewording commits in the pull request to the preferred format, even if supported on the target tap\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-large\-runner\fR
|
||||
Run the upload job on a large runner\.
|
||||
.
|
||||
@ -1979,6 +1987,10 @@ If the formula specifies a rebuild version, attempt to preserve its value in the
|
||||
Automatically reformat and reword commits in the pull request to our preferred format\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-no\-autosquash\fR
|
||||
Skip automatically reformatting and rewording commits in the pull request to our preferred format\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-branch\-okay\fR
|
||||
Do not warn if pulling to a branch besides the repository default (useful for testing)\.
|
||||
.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user