mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
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
203c93196b
commit
df21c36c16
@ -1697,6 +1697,7 @@ _brew_pr_pull() {
|
||||
--keep-old
|
||||
--message
|
||||
--no-autosquash
|
||||
--no-cherry-pick
|
||||
--no-commit
|
||||
--no-upload
|
||||
--quiet
|
||||
|
@ -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'
|
||||
|
@ -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]' \
|
||||
|
@ -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`:
|
||||
|
@ -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\.
|
||||
.
|
||||
|
Loading…
x
Reference in New Issue
Block a user