Update manpage and completions

This commit is contained in:
Nanda H Krishna 2021-06-07 15:16:48 +05:30
parent b607fb0712
commit ea8477715c
No known key found for this signature in database
GPG Key ID: 067E5FCD58ADF3AA
5 changed files with 4 additions and 22 deletions

View File

@ -1556,7 +1556,6 @@ _brew_pr_pull() {
--keep-old --keep-old
--message --message
--no-commit --no-commit
--no-publish
--no-upload --no-upload
--quiet --quiet
--resolve --resolve
@ -1586,7 +1585,6 @@ _brew_pr_upload() {
--help --help
--keep-old --keep-old
--no-commit --no-commit
--no-publish
--quiet --quiet
--root-url --root-url
--root-url-using --root-url-using

View File

@ -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 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-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-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 but don\'t upload 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 quiet -d 'Make some output more quiet' __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 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' __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 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 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-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 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 -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' __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'

View File

@ -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]' \ '--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]' \ '--message[Message to include when autosquashing revision bumps, deletions, and rebuilds]' \
'--no-commit[Do not generate a new commit before uploading]' \ '--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 but don'\''t upload them]' \
'--no-upload[Download the bottles and apply the bottle commit, but don'\''t upload]' \
'--quiet[Make some output more quiet]' \ '--quiet[Make some output more quiet]' \
'--resolve[When a patch fails to apply, leave in progress and allow user to resolve, instead of aborting]' \ '--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]' \ '--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]' \ '--help[Show this message]' \
'--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-commit[Do not generate a new commit before uploading]' \ '--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]' \ '--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[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]' \ '--root-url-using[Use the specified download strategy class for downloading the bottle'\''s URL instead of Homebrew'\''s default]' \

View File

@ -1166,10 +1166,8 @@ Download and publish bottles, and apply the bottle commit from a
pull request with artifacts generated by GitHub Actions. pull request with artifacts generated by GitHub Actions.
Requires write access to the repository. 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`: * `--no-upload`:
Download the bottles and apply the bottle commit, but don't upload. Download the bottles but don't upload them.
* `--no-commit`: * `--no-commit`:
Do not generate a new commit before uploading. Do not generate a new commit before uploading.
* `-n`, `--dry-run`: * `-n`, `--dry-run`:
@ -1209,8 +1207,6 @@ Requires write access to the repository.
Apply the bottle commit and publish bottles to a host. 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`: * `--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.
* `-n`, `--dry-run`: * `-n`, `--dry-run`:

View File

@ -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\. 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 .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 \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 .TP
\fB\-\-no\-commit\fR \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\. Apply the bottle commit and publish bottles to a host\.
. .
.TP .TP
\fB\-\-no\-publish\fR
Apply the bottle commit and upload the bottles, but don\'t publish them\.
.
.TP
\fB\-\-keep\-old\fR \fB\-\-keep\-old\fR
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\.
. .