Update maintainers, manpage and completions.
Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml) workflow.
This commit is contained in:
parent
2e6b225a19
commit
05765c7fce
@ -1577,7 +1577,6 @@ _brew_pr_pull() {
|
|||||||
-*)
|
-*)
|
||||||
__brewcomp "
|
__brewcomp "
|
||||||
--artifact
|
--artifact
|
||||||
--autosquash
|
|
||||||
--branch-okay
|
--branch-okay
|
||||||
--clean
|
--clean
|
||||||
--committer
|
--committer
|
||||||
@ -1587,6 +1586,7 @@ _brew_pr_pull() {
|
|||||||
--ignore-missing-artifacts
|
--ignore-missing-artifacts
|
||||||
--keep-old
|
--keep-old
|
||||||
--message
|
--message
|
||||||
|
--no-autosquash
|
||||||
--no-commit
|
--no-commit
|
||||||
--no-upload
|
--no-upload
|
||||||
--quiet
|
--quiet
|
||||||
|
|||||||
@ -1092,7 +1092,6 @@ __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'
|
||||||
@ -1102,6 +1101,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 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-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'
|
||||||
__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'
|
||||||
|
|||||||
@ -1325,8 +1325,8 @@ _brew_pr_publish() {
|
|||||||
'--branch[Branch to publish to (default: `master`)]' \
|
'--branch[Branch to publish to (default: `master`)]' \
|
||||||
'--debug[Display any debugging information]' \
|
'--debug[Display any debugging information]' \
|
||||||
'--help[Show this message]' \
|
'--help[Show this message]' \
|
||||||
'--message[Message to include when autosquashing revision bumps, deletions, and rebuilds]' \
|
'(--no-autosquash)--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]' \
|
'(--message)--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]' \
|
'--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]' \
|
||||||
@ -1337,16 +1337,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)]' \
|
||||||
'(--autosquash)--clean[Do not amend the commits from pull requests]' \
|
'--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]' \
|
||||||
'--message[Message to include when autosquashing revision bumps, deletions, and rebuilds]' \
|
'(--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-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]' \
|
||||||
'--quiet[Make some output more quiet]' \
|
'--quiet[Make some output more quiet]' \
|
||||||
|
|||||||
@ -1276,8 +1276,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.
|
||||||
* `--autosquash`:
|
* `--no-autosquash`:
|
||||||
Automatically reformat and reword commits in the pull request to our preferred format.
|
Skip automatically reformatting and rewording 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`:
|
||||||
|
|||||||
@ -1810,8 +1810,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\-\-autosquash\fR
|
\fB\-\-no\-autosquash\fR
|
||||||
Automatically reformat and reword commits in the pull request to our preferred format\.
|
Skip automatically reformatting and rewording commits in the pull request to our preferred format\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-branch\-okay\fR
|
\fB\-\-branch\-okay\fR
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user