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:
parent
222a4e1a17
commit
212b073cfc
@ -1586,7 +1586,6 @@ _brew_pr_pull() {
|
|||||||
case "${cur}" in
|
case "${cur}" in
|
||||||
-*)
|
-*)
|
||||||
__brewcomp "
|
__brewcomp "
|
||||||
--archive-item
|
|
||||||
--artifact
|
--artifact
|
||||||
--autosquash
|
--autosquash
|
||||||
--branch-okay
|
--branch-okay
|
||||||
@ -1620,7 +1619,6 @@ _brew_pr_upload() {
|
|||||||
case "${cur}" in
|
case "${cur}" in
|
||||||
-*)
|
-*)
|
||||||
__brewcomp "
|
__brewcomp "
|
||||||
--archive-item
|
|
||||||
--committer
|
--committer
|
||||||
--debug
|
--debug
|
||||||
--dry-run
|
--dry-run
|
||||||
|
|||||||
@ -301,7 +301,7 @@ __fish_brew_complete_arg 'abv' -l category -d 'Which type of analytics data to r
|
|||||||
__fish_brew_complete_arg 'abv' -l days -d 'How many days of analytics data to retrieve. The value for days must be `30`, `90` or `365`. The default is `30`'
|
__fish_brew_complete_arg 'abv' -l days -d 'How many days of analytics data to retrieve. The value for days must be `30`, `90` or `365`. The default is `30`'
|
||||||
__fish_brew_complete_arg 'abv' -l debug -d 'Display any debugging information'
|
__fish_brew_complete_arg 'abv' -l debug -d 'Display any debugging information'
|
||||||
__fish_brew_complete_arg 'abv' -l formula -d 'Treat all named arguments as formulae'
|
__fish_brew_complete_arg 'abv' -l formula -d 'Treat all named arguments as formulae'
|
||||||
__fish_brew_complete_arg 'abv' -l github -d 'Open the GitHub source page for formula in a browser. To view formula history locally: `brew log -p` formula'
|
__fish_brew_complete_arg 'abv' -l github -d 'Open the GitHub source page for formula and cask in a browser. To view the history locally: `brew log -p` formula or cask'
|
||||||
__fish_brew_complete_arg 'abv' -l help -d 'Show this message'
|
__fish_brew_complete_arg 'abv' -l help -d 'Show this message'
|
||||||
__fish_brew_complete_arg 'abv' -l installed -d 'Print JSON of formulae that are currently installed'
|
__fish_brew_complete_arg 'abv' -l installed -d 'Print JSON of formulae that are currently installed'
|
||||||
__fish_brew_complete_arg 'abv' -l json -d 'Print a JSON representation. Currently the default value for version is `v1` for formula. For formula and cask use `v2`. See the docs for examples of using the JSON output: https://docs.brew.sh/Querying-Brew'
|
__fish_brew_complete_arg 'abv' -l json -d 'Print a JSON representation. Currently the default value for version is `v1` for formula. For formula and cask use `v2`. See the docs for examples of using the JSON output: https://docs.brew.sh/Querying-Brew'
|
||||||
@ -737,7 +737,7 @@ __fish_brew_complete_arg 'info' -l category -d 'Which type of analytics data to
|
|||||||
__fish_brew_complete_arg 'info' -l days -d 'How many days of analytics data to retrieve. The value for days must be `30`, `90` or `365`. The default is `30`'
|
__fish_brew_complete_arg 'info' -l days -d 'How many days of analytics data to retrieve. The value for days must be `30`, `90` or `365`. The default is `30`'
|
||||||
__fish_brew_complete_arg 'info' -l debug -d 'Display any debugging information'
|
__fish_brew_complete_arg 'info' -l debug -d 'Display any debugging information'
|
||||||
__fish_brew_complete_arg 'info' -l formula -d 'Treat all named arguments as formulae'
|
__fish_brew_complete_arg 'info' -l formula -d 'Treat all named arguments as formulae'
|
||||||
__fish_brew_complete_arg 'info' -l github -d 'Open the GitHub source page for formula in a browser. To view formula history locally: `brew log -p` formula'
|
__fish_brew_complete_arg 'info' -l github -d 'Open the GitHub source page for formula and cask in a browser. To view the history locally: `brew log -p` formula or cask'
|
||||||
__fish_brew_complete_arg 'info' -l help -d 'Show this message'
|
__fish_brew_complete_arg 'info' -l help -d 'Show this message'
|
||||||
__fish_brew_complete_arg 'info' -l installed -d 'Print JSON of formulae that are currently installed'
|
__fish_brew_complete_arg 'info' -l installed -d 'Print JSON of formulae that are currently installed'
|
||||||
__fish_brew_complete_arg 'info' -l json -d 'Print a JSON representation. Currently the default value for version is `v1` for formula. For formula and cask use `v2`. See the docs for examples of using the JSON output: https://docs.brew.sh/Querying-Brew'
|
__fish_brew_complete_arg 'info' -l json -d 'Print a JSON representation. Currently the default value for version is `v1` for formula. For formula and cask use `v2`. See the docs for examples of using the JSON output: https://docs.brew.sh/Querying-Brew'
|
||||||
@ -1092,7 +1092,6 @@ __fish_brew_complete_arg 'pr-publish' -l workflow -d 'Target workflow filename (
|
|||||||
|
|
||||||
|
|
||||||
__fish_brew_complete_cmd 'pr-pull' 'Download and publish bottles, and apply the bottle commit from a pull request with artifacts generated by GitHub Actions'
|
__fish_brew_complete_cmd 'pr-pull' 'Download and publish bottles, and apply the bottle commit from a pull request with artifacts generated by GitHub Actions'
|
||||||
__fish_brew_complete_arg 'pr-pull' -l archive-item -d 'Upload to the specified Internet Archive item (default: `homebrew`)'
|
|
||||||
__fish_brew_complete_arg 'pr-pull' -l artifact -d 'Download artifacts with the specified name (default: `bottles`)'
|
__fish_brew_complete_arg 'pr-pull' -l artifact -d 'Download artifacts with the specified name (default: `bottles`)'
|
||||||
__fish_brew_complete_arg 'pr-pull' -l autosquash -d 'Automatically reformat and reword commits in the pull request to our preferred format'
|
__fish_brew_complete_arg 'pr-pull' -l autosquash -d 'Automatically reformat and reword commits in the pull request to our preferred format'
|
||||||
__fish_brew_complete_arg 'pr-pull' -l branch-okay -d 'Do not warn if pulling to a branch besides the repository default (useful for testing)'
|
__fish_brew_complete_arg 'pr-pull' -l branch-okay -d 'Do not warn if pulling to a branch besides the repository default (useful for testing)'
|
||||||
@ -1117,7 +1116,6 @@ __fish_brew_complete_arg 'pr-pull' -l workflows -d 'Retrieve artifacts from the
|
|||||||
|
|
||||||
|
|
||||||
__fish_brew_complete_cmd 'pr-upload' 'Apply the bottle commit and publish bottles to a host'
|
__fish_brew_complete_cmd 'pr-upload' 'Apply the bottle commit and publish bottles to a host'
|
||||||
__fish_brew_complete_arg 'pr-upload' -l archive-item -d 'Upload to the specified Internet Archive item (default: `homebrew`)'
|
|
||||||
__fish_brew_complete_arg 'pr-upload' -l committer -d 'Specify a committer name and email in `git`\'s standard author format'
|
__fish_brew_complete_arg 'pr-upload' -l committer -d 'Specify a committer name and email in `git`\'s standard author format'
|
||||||
__fish_brew_complete_arg 'pr-upload' -l debug -d 'Display any debugging information'
|
__fish_brew_complete_arg 'pr-upload' -l debug -d 'Display any debugging information'
|
||||||
__fish_brew_complete_arg 'pr-upload' -l dry-run -d 'Print what would be done rather than doing it'
|
__fish_brew_complete_arg 'pr-upload' -l dry-run -d 'Print what would be done rather than doing it'
|
||||||
|
|||||||
@ -377,7 +377,7 @@ _brew_abv() {
|
|||||||
'--category[Which type of analytics data to retrieve. The value for category must be `install`, `install-on-request` or `build-error`; `cask-install` or `os-version` may be specified if formula is not. The default is `install`]' \
|
'--category[Which type of analytics data to retrieve. The value for category must be `install`, `install-on-request` or `build-error`; `cask-install` or `os-version` may be specified if formula is not. The default is `install`]' \
|
||||||
'--days[How many days of analytics data to retrieve. The value for days must be `30`, `90` or `365`. The default is `30`]' \
|
'--days[How many days of analytics data to retrieve. The value for days must be `30`, `90` or `365`. The default is `30`]' \
|
||||||
'--debug[Display any debugging information]' \
|
'--debug[Display any debugging information]' \
|
||||||
'(--bottle)--github[Open the GitHub source page for formula in a browser. To view formula history locally: `brew log -p` formula]' \
|
'(--bottle)--github[Open the GitHub source page for formula and cask in a browser. To view the history locally: `brew log -p` formula or cask]' \
|
||||||
'--help[Show this message]' \
|
'--help[Show this message]' \
|
||||||
'(--all)--installed[Print JSON of formulae that are currently installed]' \
|
'(--all)--installed[Print JSON of formulae that are currently installed]' \
|
||||||
'--json[Print a JSON representation. Currently the default value for version is `v1` for formula. For formula and cask use `v2`. See the docs for examples of using the JSON output: https://docs.brew.sh/Querying-Brew]' \
|
'--json[Print a JSON representation. Currently the default value for version is `v1` for formula. For formula and cask use `v2`. See the docs for examples of using the JSON output: https://docs.brew.sh/Querying-Brew]' \
|
||||||
@ -911,7 +911,7 @@ _brew_info() {
|
|||||||
'--category[Which type of analytics data to retrieve. The value for category must be `install`, `install-on-request` or `build-error`; `cask-install` or `os-version` may be specified if formula is not. The default is `install`]' \
|
'--category[Which type of analytics data to retrieve. The value for category must be `install`, `install-on-request` or `build-error`; `cask-install` or `os-version` may be specified if formula is not. The default is `install`]' \
|
||||||
'--days[How many days of analytics data to retrieve. The value for days must be `30`, `90` or `365`. The default is `30`]' \
|
'--days[How many days of analytics data to retrieve. The value for days must be `30`, `90` or `365`. The default is `30`]' \
|
||||||
'--debug[Display any debugging information]' \
|
'--debug[Display any debugging information]' \
|
||||||
'(--bottle)--github[Open the GitHub source page for formula in a browser. To view formula history locally: `brew log -p` formula]' \
|
'(--bottle)--github[Open the GitHub source page for formula and cask in a browser. To view the history locally: `brew log -p` formula or cask]' \
|
||||||
'--help[Show this message]' \
|
'--help[Show this message]' \
|
||||||
'(--all)--installed[Print JSON of formulae that are currently installed]' \
|
'(--all)--installed[Print JSON of formulae that are currently installed]' \
|
||||||
'--json[Print a JSON representation. Currently the default value for version is `v1` for formula. For formula and cask use `v2`. See the docs for examples of using the JSON output: https://docs.brew.sh/Querying-Brew]' \
|
'--json[Print a JSON representation. Currently the default value for version is `v1` for formula. For formula and cask use `v2`. See the docs for examples of using the JSON output: https://docs.brew.sh/Querying-Brew]' \
|
||||||
@ -1340,7 +1340,6 @@ _brew_pr_publish() {
|
|||||||
# brew pr-pull
|
# brew pr-pull
|
||||||
_brew_pr_pull() {
|
_brew_pr_pull() {
|
||||||
_arguments \
|
_arguments \
|
||||||
'--archive-item[Upload to the specified Internet Archive item (default: `homebrew`)]' \
|
|
||||||
'--artifact[Download artifacts with the specified name (default: `bottles`)]' \
|
'--artifact[Download artifacts with the specified name (default: `bottles`)]' \
|
||||||
'(--clean)--autosquash[Automatically reformat and reword commits in the pull request to our preferred format]' \
|
'(--clean)--autosquash[Automatically reformat and reword commits in the pull request to our preferred format]' \
|
||||||
'--branch-okay[Do not warn if pulling to a branch besides the repository default (useful for testing)]' \
|
'--branch-okay[Do not warn if pulling to a branch besides the repository default (useful for testing)]' \
|
||||||
@ -1367,7 +1366,6 @@ _brew_pr_pull() {
|
|||||||
# brew pr-upload
|
# brew pr-upload
|
||||||
_brew_pr_upload() {
|
_brew_pr_upload() {
|
||||||
_arguments \
|
_arguments \
|
||||||
'--archive-item[Upload to the specified Internet Archive item (default: `homebrew`)]' \
|
|
||||||
'--committer[Specify a committer name and email in `git`'\''s standard author format]' \
|
'--committer[Specify a committer name and email in `git`'\''s standard author format]' \
|
||||||
'--debug[Display any debugging information]' \
|
'--debug[Display any debugging information]' \
|
||||||
'--dry-run[Print what would be done rather than doing it]' \
|
'--dry-run[Print what would be done rather than doing it]' \
|
||||||
|
|||||||
@ -278,7 +278,7 @@ If a *`formula`* or *`cask`* is provided, show summary of information about it.
|
|||||||
* `--category`:
|
* `--category`:
|
||||||
Which type of analytics data to retrieve. The value for *`category`* must be `install`, `install-on-request` or `build-error`; `cask-install` or `os-version` may be specified if *`formula`* is not. The default is `install`.
|
Which type of analytics data to retrieve. The value for *`category`* must be `install`, `install-on-request` or `build-error`; `cask-install` or `os-version` may be specified if *`formula`* is not. The default is `install`.
|
||||||
* `--github`:
|
* `--github`:
|
||||||
Open the GitHub source page for *`formula`* in a browser. To view formula history locally: `brew log -p` *`formula`*
|
Open the GitHub source page for *`formula`* and *`cask`* in a browser. To view the history locally: `brew log -p` *`formula`* or *`cask`*
|
||||||
* `--json`:
|
* `--json`:
|
||||||
Print a JSON representation. Currently the default value for *`version`* is `v1` for *`formula`*. For *`formula`* and *`cask`* use `v2`. See the docs for examples of using the JSON output: <https://docs.brew.sh/Querying-Brew>
|
Print a JSON representation. Currently the default value for *`version`* is `v1` for *`formula`*. For *`formula`* and *`cask`* use `v2`. See the docs for examples of using the JSON output: <https://docs.brew.sh/Querying-Brew>
|
||||||
* `--installed`:
|
* `--installed`:
|
||||||
@ -1262,8 +1262,6 @@ Requires write access to the repository.
|
|||||||
Message to include when autosquashing revision bumps, deletions, and rebuilds.
|
Message to include when autosquashing revision bumps, deletions, and rebuilds.
|
||||||
* `--artifact`:
|
* `--artifact`:
|
||||||
Download artifacts with the specified name (default: `bottles`).
|
Download artifacts with the specified name (default: `bottles`).
|
||||||
* `--archive-item`:
|
|
||||||
Upload to the specified Internet Archive item (default: `homebrew`).
|
|
||||||
* `--tap`:
|
* `--tap`:
|
||||||
Target tap repository (default: `homebrew/core`).
|
Target tap repository (default: `homebrew/core`).
|
||||||
* `--root-url`:
|
* `--root-url`:
|
||||||
@ -1289,8 +1287,6 @@ Apply the bottle commit and publish bottles to a host.
|
|||||||
Warn instead of raising an error if the bottle upload fails. Useful for repairing bottle uploads that previously failed.
|
Warn instead of raising an error if the bottle upload fails. Useful for repairing bottle uploads that previously failed.
|
||||||
* `--committer`:
|
* `--committer`:
|
||||||
Specify a committer name and email in `git`'s standard author format.
|
Specify a committer name and email in `git`'s standard author format.
|
||||||
* `--archive-item`:
|
|
||||||
Upload to the specified Internet Archive item (default: `homebrew`).
|
|
||||||
* `--github-org`:
|
* `--github-org`:
|
||||||
Upload to the specified GitHub organisation's GitHub Packages (default: `homebrew`).
|
Upload to the specified GitHub organisation's GitHub Packages (default: `homebrew`).
|
||||||
* `--root-url`:
|
* `--root-url`:
|
||||||
@ -2017,9 +2013,6 @@ example, run `export HOMEBREW_NO_INSECURE_REDIRECT=1` rather than just
|
|||||||
|
|
||||||
*Default:* The "Beer Mug" emoji.
|
*Default:* The "Beer Mug" emoji.
|
||||||
|
|
||||||
- `HOMEBREW_INTERNET_ARCHIVE_KEY`
|
|
||||||
<br>Use this API key when accessing the Internet Archive S3 API, where bottles are stored. The format is access:secret. See https://archive.org/account/s3.php
|
|
||||||
|
|
||||||
- `HOMEBREW_LIVECHECK_WATCHLIST`
|
- `HOMEBREW_LIVECHECK_WATCHLIST`
|
||||||
<br>Consult this file for the list of formulae to check by default when no formula argument is passed to `brew livecheck`.
|
<br>Consult this file for the list of formulae to check by default when no formula argument is passed to `brew livecheck`.
|
||||||
|
|
||||||
|
|||||||
@ -351,7 +351,7 @@ Which type of analytics data to retrieve\. The value for \fIcategory\fR must be
|
|||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-github\fR
|
\fB\-\-github\fR
|
||||||
Open the GitHub source page for \fIformula\fR in a browser\. To view formula history locally: \fBbrew log \-p\fR \fIformula\fR
|
Open the GitHub source page for \fIformula\fR and \fIcask\fR in a browser\. To view the history locally: \fBbrew log \-p\fR \fIformula\fR or \fIcask\fR
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-json\fR
|
\fB\-\-json\fR
|
||||||
@ -1799,10 +1799,6 @@ Message to include when autosquashing revision bumps, deletions, and rebuilds\.
|
|||||||
Download artifacts with the specified name (default: \fBbottles\fR)\.
|
Download artifacts with the specified name (default: \fBbottles\fR)\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-archive\-item\fR
|
|
||||||
Upload to the specified Internet Archive item (default: \fBhomebrew\fR)\.
|
|
||||||
.
|
|
||||||
.TP
|
|
||||||
\fB\-\-tap\fR
|
\fB\-\-tap\fR
|
||||||
Target tap repository (default: \fBhomebrew/core\fR)\.
|
Target tap repository (default: \fBhomebrew/core\fR)\.
|
||||||
.
|
.
|
||||||
@ -1846,10 +1842,6 @@ Warn instead of raising an error if the bottle upload fails\. Useful for repairi
|
|||||||
Specify a committer name and email in \fBgit\fR\'s standard author format\.
|
Specify a committer name and email in \fBgit\fR\'s standard author format\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-archive\-item\fR
|
|
||||||
Upload to the specified Internet Archive item (default: \fBhomebrew\fR)\.
|
|
||||||
.
|
|
||||||
.TP
|
|
||||||
\fB\-\-github\-org\fR
|
\fB\-\-github\-org\fR
|
||||||
Upload to the specified GitHub organisation\'s GitHub Packages (default: \fBhomebrew\fR)\.
|
Upload to the specified GitHub organisation\'s GitHub Packages (default: \fBhomebrew\fR)\.
|
||||||
.
|
.
|
||||||
@ -2906,12 +2898,6 @@ Print this text before the installation summary of each successful build\.
|
|||||||
\fIDefault:\fR The "Beer Mug" emoji\.
|
\fIDefault:\fR The "Beer Mug" emoji\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fBHOMEBREW_INTERNET_ARCHIVE_KEY\fR
|
|
||||||
.
|
|
||||||
.br
|
|
||||||
Use this API key when accessing the Internet Archive S3 API, where bottles are stored\. The format is access:secret\. See https://archive\.org/account/s3\.php
|
|
||||||
.
|
|
||||||
.TP
|
|
||||||
\fBHOMEBREW_LIVECHECK_WATCHLIST\fR
|
\fBHOMEBREW_LIVECHECK_WATCHLIST\fR
|
||||||
.
|
.
|
||||||
.br
|
.br
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user