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:
BrewTestBot 2021-10-20 12:08:26 +00:00
parent 7f6a3d6f0a
commit 54c3fef178
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
5 changed files with 5 additions and 5 deletions

View File

@ -470,7 +470,7 @@ _brew_bump_cask_pr() {
--url --url
--verbose --verbose
--version --version
--write --write-only
" "
return return
;; ;;

View File

@ -413,7 +413,7 @@ __fish_brew_complete_arg 'bump-cask-pr' -l sha256 -d 'Specify the SHA-256 checks
__fish_brew_complete_arg 'bump-cask-pr' -l url -d 'Specify the URL for the new download' __fish_brew_complete_arg 'bump-cask-pr' -l url -d 'Specify the URL for the new download'
__fish_brew_complete_arg 'bump-cask-pr' -l verbose -d 'Make some output more verbose' __fish_brew_complete_arg 'bump-cask-pr' -l verbose -d 'Make some output more verbose'
__fish_brew_complete_arg 'bump-cask-pr' -l version -d 'Specify the new version for the cask' __fish_brew_complete_arg 'bump-cask-pr' -l version -d 'Specify the new version for the cask'
__fish_brew_complete_arg 'bump-cask-pr' -l write -d 'Make the expected file modifications without taking any Git actions' __fish_brew_complete_arg 'bump-cask-pr' -l write-only -d 'Make the expected file modifications without taking any Git actions'
__fish_brew_complete_arg 'bump-cask-pr' -a '(__fish_brew_suggest_casks_all)' __fish_brew_complete_arg 'bump-cask-pr' -a '(__fish_brew_suggest_casks_all)'

View File

@ -509,7 +509,7 @@ _brew_bump_cask_pr() {
'--url[Specify the URL for the new download]' \ '--url[Specify the URL for the new download]' \
'--verbose[Make some output more verbose]' \ '--verbose[Make some output more verbose]' \
'--version[Specify the new version for the cask]' \ '--version[Specify the new version for the cask]' \
'(--dry-run)--write[Make the expected file modifications without taking any Git actions]' \ '--write-only[Make the expected file modifications without taking any Git actions]' \
- cask \ - cask \
'*::cask:__brew_casks' '*::cask:__brew_casks'
} }

View File

@ -927,7 +927,7 @@ supplied by the user.
* `-n`, `--dry-run`: * `-n`, `--dry-run`:
Print what would be done rather than doing it. Print what would be done rather than doing it.
* `--write`: * `--write-only`:
Make the expected file modifications without taking any Git actions. Make the expected file modifications without taking any Git actions.
* `--commit`: * `--commit`:
When passed with `--write`, generate a new commit after writing changes to the cask file. When passed with `--write`, generate a new commit after writing changes to the cask file.

View File

@ -1302,7 +1302,7 @@ A best effort to determine the \fISHA\-256\fR will be made if the value is not s
Print what would be done rather than doing it\. Print what would be done rather than doing it\.
. .
.TP .TP
\fB\-\-write\fR \fB\-\-write\-only\fR
Make the expected file modifications without taking any Git actions\. Make the expected file modifications without taking any Git actions\.
. .
.TP .TP