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
86acd120b8
commit
498d0ee8ea
@ -473,7 +473,6 @@ _brew_bump_cask_pr() {
|
|||||||
--no-browse
|
--no-browse
|
||||||
--no-fork
|
--no-fork
|
||||||
--no-style
|
--no-style
|
||||||
--online
|
|
||||||
--quiet
|
--quiet
|
||||||
--sha256
|
--sha256
|
||||||
--url
|
--url
|
||||||
|
|||||||
@ -407,7 +407,6 @@ __fish_brew_complete_arg 'bump-cask-pr' -l no-audit -d 'Don\'t run `brew audit`
|
|||||||
__fish_brew_complete_arg 'bump-cask-pr' -l no-browse -d 'Print the pull request URL instead of opening in a browser'
|
__fish_brew_complete_arg 'bump-cask-pr' -l no-browse -d 'Print the pull request URL instead of opening in a browser'
|
||||||
__fish_brew_complete_arg 'bump-cask-pr' -l no-fork -d 'Don\'t try to fork the repository'
|
__fish_brew_complete_arg 'bump-cask-pr' -l no-fork -d 'Don\'t try to fork the repository'
|
||||||
__fish_brew_complete_arg 'bump-cask-pr' -l no-style -d 'Don\'t run `brew style --fix` before opening the PR'
|
__fish_brew_complete_arg 'bump-cask-pr' -l no-style -d 'Don\'t run `brew style --fix` before opening the PR'
|
||||||
__fish_brew_complete_arg 'bump-cask-pr' -l online -d 'Run `brew audit --online` before opening the PR'
|
|
||||||
__fish_brew_complete_arg 'bump-cask-pr' -l quiet -d 'Make some output more quiet'
|
__fish_brew_complete_arg 'bump-cask-pr' -l quiet -d 'Make some output more quiet'
|
||||||
__fish_brew_complete_arg 'bump-cask-pr' -l sha256 -d 'Specify the SHA-256 checksum of the new download'
|
__fish_brew_complete_arg 'bump-cask-pr' -l sha256 -d 'Specify the SHA-256 checksum of 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 url -d 'Specify the URL for the new download'
|
||||||
|
|||||||
@ -524,7 +524,6 @@ _brew_bump_cask_pr() {
|
|||||||
'--no-browse[Print the pull request URL instead of opening in a browser]' \
|
'--no-browse[Print the pull request URL instead of opening in a browser]' \
|
||||||
'--no-fork[Don'\''t try to fork the repository]' \
|
'--no-fork[Don'\''t try to fork the repository]' \
|
||||||
'--no-style[Don'\''t run `brew style --fix` before opening the PR]' \
|
'--no-style[Don'\''t run `brew style --fix` before opening the PR]' \
|
||||||
'(--no-audit)--online[Run `brew audit --online` before opening the PR]' \
|
|
||||||
'--quiet[Make some output more quiet]' \
|
'--quiet[Make some output more quiet]' \
|
||||||
'--sha256[Specify the SHA-256 checksum of the new download]' \
|
'--sha256[Specify the SHA-256 checksum of the new download]' \
|
||||||
'--url[Specify the URL for the new download]' \
|
'--url[Specify the URL for the new download]' \
|
||||||
|
|||||||
@ -1046,8 +1046,6 @@ supplied by the user.
|
|||||||
When passed with `--write-only`, generate a new commit after writing changes to the cask file.
|
When passed with `--write-only`, generate a new commit after writing changes to the cask file.
|
||||||
* `--no-audit`:
|
* `--no-audit`:
|
||||||
Don't run `brew audit` before opening the PR.
|
Don't run `brew audit` before opening the PR.
|
||||||
* `--online`:
|
|
||||||
Run `brew audit --online` before opening the PR.
|
|
||||||
* `--no-style`:
|
* `--no-style`:
|
||||||
Don't run `brew style --fix` before opening the PR.
|
Don't run `brew style --fix` before opening the PR.
|
||||||
* `--no-browse`:
|
* `--no-browse`:
|
||||||
|
|||||||
@ -1489,10 +1489,6 @@ When passed with \fB\-\-write\-only\fR, generate a new commit after writing chan
|
|||||||
Don\'t run \fBbrew audit\fR before opening the PR\.
|
Don\'t run \fBbrew audit\fR before opening the PR\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-online\fR
|
|
||||||
Run \fBbrew audit \-\-online\fR before opening the PR\.
|
|
||||||
.
|
|
||||||
.TP
|
|
||||||
\fB\-\-no\-style\fR
|
\fB\-\-no\-style\fR
|
||||||
Don\'t run \fBbrew style \-\-fix\fR before opening the PR\.
|
Don\'t run \fBbrew style \-\-fix\fR before opening the PR\.
|
||||||
.
|
.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user