mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Update manpage and completions
This commit is contained in:
parent
b607fb0712
commit
ea8477715c
@ -1556,7 +1556,6 @@ _brew_pr_pull() {
|
||||
--keep-old
|
||||
--message
|
||||
--no-commit
|
||||
--no-publish
|
||||
--no-upload
|
||||
--quiet
|
||||
--resolve
|
||||
@ -1586,7 +1585,6 @@ _brew_pr_upload() {
|
||||
--help
|
||||
--keep-old
|
||||
--no-commit
|
||||
--no-publish
|
||||
--quiet
|
||||
--root-url
|
||||
--root-url-using
|
||||
|
@ -1069,8 +1069,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-commit -d 'Do not generate a new commit before uploading'
|
||||
__fish_brew_complete_arg 'pr-pull' -l no-publish -d 'Download the bottles, apply the bottle commit and upload the bottles, but don\'t publish them'
|
||||
__fish_brew_complete_arg 'pr-pull' -l no-upload -d 'Download the bottles and apply the bottle commit, but don\'t upload'
|
||||
__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 resolve -d 'When a patch fails to apply, leave in progress and allow user to resolve, instead of aborting'
|
||||
__fish_brew_complete_arg 'pr-pull' -l root-url -d 'Use the specified URL as the root of the bottle\'s URL instead of Homebrew\'s default'
|
||||
@ -1090,7 +1089,6 @@ __fish_brew_complete_arg 'pr-upload' -l github-org -d 'Upload to the specified G
|
||||
__fish_brew_complete_arg 'pr-upload' -l help -d 'Show this message'
|
||||
__fish_brew_complete_arg 'pr-upload' -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-upload' -l no-commit -d 'Do not generate a new commit before uploading'
|
||||
__fish_brew_complete_arg 'pr-upload' -l no-publish -d 'Apply the bottle commit and upload the bottles, but don\'t publish them'
|
||||
__fish_brew_complete_arg 'pr-upload' -l quiet -d 'Make some output more quiet'
|
||||
__fish_brew_complete_arg 'pr-upload' -l root-url -d 'Use the specified URL as the root of the bottle\'s URL instead of Homebrew\'s default'
|
||||
__fish_brew_complete_arg 'pr-upload' -l root-url-using -d 'Use the specified download strategy class for downloading the bottle\'s URL instead of Homebrew\'s default'
|
||||
|
@ -1314,8 +1314,7 @@ _brew_pr_pull() {
|
||||
'--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-commit[Do not generate a new commit before uploading]' \
|
||||
'--no-publish[Download the bottles, apply the bottle commit and upload the bottles, but don'\''t publish them]' \
|
||||
'--no-upload[Download the bottles and apply the bottle commit, but don'\''t upload]' \
|
||||
'--no-upload[Download the bottles but don'\''t upload them]' \
|
||||
'--quiet[Make some output more quiet]' \
|
||||
'--resolve[When a patch fails to apply, leave in progress and allow user to resolve, instead of aborting]' \
|
||||
'--root-url[Use the specified URL as the root of the bottle'\''s URL instead of Homebrew'\''s default]' \
|
||||
@ -1337,7 +1336,6 @@ _brew_pr_upload() {
|
||||
'--help[Show this message]' \
|
||||
'--keep-old[If the formula specifies a rebuild version, attempt to preserve its value in the generated DSL]' \
|
||||
'--no-commit[Do not generate a new commit before uploading]' \
|
||||
'--no-publish[Apply the bottle commit and upload the bottles, but don'\''t publish them]' \
|
||||
'--quiet[Make some output more quiet]' \
|
||||
'--root-url[Use the specified URL as the root of the bottle'\''s URL instead of Homebrew'\''s default]' \
|
||||
'--root-url-using[Use the specified download strategy class for downloading the bottle'\''s URL instead of Homebrew'\''s default]' \
|
||||
|
@ -1166,10 +1166,8 @@ Download and publish bottles, and apply the bottle commit from a
|
||||
pull request with artifacts generated by GitHub Actions.
|
||||
Requires write access to the repository.
|
||||
|
||||
* `--no-publish`:
|
||||
Download the bottles, apply the bottle commit and upload the bottles, but don't publish them.
|
||||
* `--no-upload`:
|
||||
Download the bottles and apply the bottle commit, but don't upload.
|
||||
Download the bottles but don't upload them.
|
||||
* `--no-commit`:
|
||||
Do not generate a new commit before uploading.
|
||||
* `-n`, `--dry-run`:
|
||||
@ -1209,8 +1207,6 @@ Requires write access to the repository.
|
||||
|
||||
Apply the bottle commit and publish bottles to a host.
|
||||
|
||||
* `--no-publish`:
|
||||
Apply the bottle commit and upload the bottles, but don't publish them.
|
||||
* `--keep-old`:
|
||||
If the formula specifies a rebuild version, attempt to preserve its value in the generated DSL.
|
||||
* `-n`, `--dry-run`:
|
||||
|
@ -1628,12 +1628,8 @@ Target workflow filename (default: \fBpublish\-commit\-bottles\.yml\fR)\.
|
||||
Download and publish bottles, and apply the bottle commit from a pull request with artifacts generated by GitHub Actions\. Requires write access to the repository\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-no\-publish\fR
|
||||
Download the bottles, apply the bottle commit and upload the bottles, but don\'t publish them\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-no\-upload\fR
|
||||
Download the bottles and apply the bottle commit, but don\'t upload\.
|
||||
Download the bottles but don\'t upload them\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-no\-commit\fR
|
||||
@ -1707,10 +1703,6 @@ Comma\-separated list of workflows which can be ignored if they have not been ru
|
||||
Apply the bottle commit and publish bottles to a host\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-no\-publish\fR
|
||||
Apply the bottle commit and upload the bottles, but don\'t publish them\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-keep\-old\fR
|
||||
If the formula specifies a rebuild version, attempt to preserve its value in the generated DSL\.
|
||||
.
|
||||
|
Loading…
x
Reference in New Issue
Block a user