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
37b4780037
commit
d1f6551909
@ -2,7 +2,7 @@
|
||||
# This file is automatically generated by running `brew generate-man-completions`.
|
||||
# See Library/Homebrew/completions/bash.erb for editing instructions.
|
||||
|
||||
if test -v POSIXLY_CORRECT || test -o posix
|
||||
if [[ -n ${POSIXLY_CORRECT} ]] || shopt -oq posix
|
||||
then
|
||||
echo "Homebrew Bash completions do not work in POSIX mode" 1>&2
|
||||
return
|
||||
|
||||
@ -542,7 +542,7 @@ __fish_brew_complete_arg 'contributions' -l debug -d 'Display any debugging info
|
||||
__fish_brew_complete_arg 'contributions' -l from -d 'Date (ISO-8601 format) to start searching contributions'
|
||||
__fish_brew_complete_arg 'contributions' -l help -d 'Show this message'
|
||||
__fish_brew_complete_arg 'contributions' -l quiet -d 'Make some output more quiet'
|
||||
__fish_brew_complete_arg 'contributions' -l repositories -d 'Specify a comma-separated (no spaces) list of repositories to search. Supported repositories: `brew`, `core`, `cask`, `aliases`, `autoupdate`, `bundle`, `command-not-found`, `test-bot`, `services`, `cask-drivers`, `cask-fonts` and `cask-versions`.Omitting this flag, or specifying `--repositories=all`, will search all repositories'
|
||||
__fish_brew_complete_arg 'contributions' -l repositories -d 'Specify a comma-separated (no spaces) list of repositories to search. Supported repositories: `brew`, `core`, `cask`, `aliases`, `autoupdate`, `bundle`, `command-not-found`, `test-bot`, `services`, `cask-drivers`, `cask-fonts` and `cask-versions`. Omitting this flag, or specifying `--repositories=all`, searches all repositories. Use `--repositories=primary` to search only the main repositories: brew,core,cask'
|
||||
__fish_brew_complete_arg 'contributions' -l to -d 'Date (ISO-8601 format) to stop searching contributions'
|
||||
__fish_brew_complete_arg 'contributions' -l verbose -d 'Make some output more verbose'
|
||||
|
||||
|
||||
@ -669,7 +669,7 @@ _brew_contributions() {
|
||||
'--from[Date (ISO-8601 format) to start searching contributions]' \
|
||||
'--help[Show this message]' \
|
||||
'--quiet[Make some output more quiet]' \
|
||||
'--repositories[Specify a comma-separated (no spaces) list of repositories to search. Supported repositories: `brew`, `core`, `cask`, `aliases`, `autoupdate`, `bundle`, `command-not-found`, `test-bot`, `services`, `cask-drivers`, `cask-fonts` and `cask-versions`.Omitting this flag, or specifying `--repositories=all`, will search all repositories]' \
|
||||
'--repositories[Specify a comma-separated (no spaces) list of repositories to search. Supported repositories: `brew`, `core`, `cask`, `aliases`, `autoupdate`, `bundle`, `command-not-found`, `test-bot`, `services`, `cask-drivers`, `cask-fonts` and `cask-versions`. Omitting this flag, or specifying `--repositories=all`, searches all repositories. Use `--repositories=primary` to search only the main repositories: brew,core,cask]' \
|
||||
'--to[Date (ISO-8601 format) to stop searching contributions]' \
|
||||
'--verbose[Make some output more verbose]'
|
||||
}
|
||||
|
||||
@ -498,7 +498,7 @@ information is displayed in interactive shells, and suppressed otherwise.
|
||||
Print output in JSON format. There are two versions: `v1` and `v2`. `v1` is deprecated and is currently the default if no version is specified. `v2` prints outdated formulae and casks.
|
||||
* `--fetch-HEAD`:
|
||||
Fetch the upstream repository to detect if the HEAD installation of the formula is outdated. Otherwise, the repository's HEAD will only be checked for updates when a new stable or development version has been released.
|
||||
* `--greedy`:
|
||||
* `-g`, `--greedy`:
|
||||
Also include outdated casks with `auto_updates true` or `version :latest`.
|
||||
* `--greedy-latest`:
|
||||
Also include outdated casks including those with `version :latest`.
|
||||
@ -763,7 +763,7 @@ upgraded formulae or, every 30 days, for all formulae.
|
||||
Disable/enable quarantining of downloads (default: enabled).
|
||||
* `--skip-cask-deps`:
|
||||
Skip installing cask dependencies.
|
||||
* `--greedy`:
|
||||
* `-g`, `--greedy`:
|
||||
Also include casks with `auto_updates true` or `version :latest`.
|
||||
* `--greedy-latest`:
|
||||
Also include casks with `version :latest`.
|
||||
@ -1118,7 +1118,7 @@ Contributions to Homebrew repos for a user.
|
||||
The first argument is a name (e.g. "BrewTestBot") or an email address (e.g. "brewtestbot@brew.sh").
|
||||
|
||||
* `--repositories`:
|
||||
Specify a comma-separated (no spaces) list of repositories to search. Supported repositories: `brew`, `core`, `cask`, `aliases`, `autoupdate`, `bundle`, `command-not-found`, `test-bot`, `services`, `cask-drivers`, `cask-fonts` and `cask-versions`.Omitting this flag, or specifying `--repositories=all`, will search all repositories.
|
||||
Specify a comma-separated (no spaces) list of repositories to search. Supported repositories: `brew`, `core`, `cask`, `aliases`, `autoupdate`, `bundle`, `command-not-found`, `test-bot`, `services`, `cask-drivers`, `cask-fonts` and `cask-versions`. Omitting this flag, or specifying `--repositories=all`, searches all repositories. Use `--repositories=primary` to search only the main repositories: brew,core,cask.
|
||||
* `--from`:
|
||||
Date (ISO-8601 format) to start searching contributions.
|
||||
* `--to`:
|
||||
|
||||
@ -699,7 +699,7 @@ Print output in JSON format\. There are two versions: \fBv1\fR and \fBv2\fR\. \f
|
||||
Fetch the upstream repository to detect if the HEAD installation of the formula is outdated\. Otherwise, the repository\'s HEAD will only be checked for updates when a new stable or development version has been released\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-greedy\fR
|
||||
\fB\-g\fR, \fB\-\-greedy\fR
|
||||
Also include outdated casks with \fBauto_updates true\fR or \fBversion :latest\fR\.
|
||||
.
|
||||
.TP
|
||||
@ -1074,7 +1074,7 @@ Disable/enable quarantining of downloads (default: enabled)\.
|
||||
Skip installing cask dependencies\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-greedy\fR
|
||||
\fB\-g\fR, \fB\-\-greedy\fR
|
||||
Also include casks with \fBauto_updates true\fR or \fBversion :latest\fR\.
|
||||
.
|
||||
.TP
|
||||
@ -1606,7 +1606,7 @@ The first argument is a name (e\.g\. "BrewTestBot") or an email address (e\.g\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-repositories\fR
|
||||
Specify a comma\-separated (no spaces) list of repositories to search\. Supported repositories: \fBbrew\fR, \fBcore\fR, \fBcask\fR, \fBaliases\fR, \fBautoupdate\fR, \fBbundle\fR, \fBcommand\-not\-found\fR, \fBtest\-bot\fR, \fBservices\fR, \fBcask\-drivers\fR, \fBcask\-fonts\fR and \fBcask\-versions\fR\.Omitting this flag, or specifying \fB\-\-repositories=all\fR, will search all repositories\.
|
||||
Specify a comma\-separated (no spaces) list of repositories to search\. Supported repositories: \fBbrew\fR, \fBcore\fR, \fBcask\fR, \fBaliases\fR, \fBautoupdate\fR, \fBbundle\fR, \fBcommand\-not\-found\fR, \fBtest\-bot\fR, \fBservices\fR, \fBcask\-drivers\fR, \fBcask\-fonts\fR and \fBcask\-versions\fR\. Omitting this flag, or specifying \fB\-\-repositories=all\fR, searches all repositories\. Use \fB\-\-repositories=primary\fR to search only the main repositories: brew,core,cask\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-from\fR
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user