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
5ac8437188
commit
c1999257b0
@ -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 [[ -n ${POSIXLY_CORRECT} ]] || shopt -oq posix
|
||||
if [[ -n ${POSIXLY_CORRECT:-} ]] || shopt -oq posix
|
||||
then
|
||||
echo "Homebrew Bash completions do not work in POSIX mode" 1>&2
|
||||
return
|
||||
|
||||
@ -1111,11 +1111,11 @@ Display the source of a *`formula`* or *`cask`*.
|
||||
|
||||
Display the path to the file being used when invoking `brew` *`cmd`*.
|
||||
|
||||
### `contributions` *`email|name`* [*`--repositories`*`=`] [*`--csv`*]
|
||||
### `contributions` *`email|username`* [*`--repositories`*`=`] [*`--csv`*]
|
||||
|
||||
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").
|
||||
The first argument is a GitHub username (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`, searches all repositories. Use `--repositories=primary` to search only the main repositories: brew,core,cask.
|
||||
|
||||
@ -1598,11 +1598,11 @@ Treat all named arguments as casks\.
|
||||
.SS "\fBcommand\fR \fIcommand\fR [\.\.\.]"
|
||||
Display the path to the file being used when invoking \fBbrew\fR \fIcmd\fR\.
|
||||
.
|
||||
.SS "\fBcontributions\fR \fIemail|name\fR [\fI\-\-repositories\fR\fB=\fR] [\fI\-\-csv\fR]"
|
||||
.SS "\fBcontributions\fR \fIemail|username\fR [\fI\-\-repositories\fR\fB=\fR] [\fI\-\-csv\fR]"
|
||||
Contributions to Homebrew repos for a user\.
|
||||
.
|
||||
.P
|
||||
The first argument is a name (e\.g\. "BrewTestBot") or an email address (e\.g\. "brewtestbot@brew\.sh")\.
|
||||
The first argument is a GitHub username (e\.g\. "BrewTestBot") or an email address (e\.g\. "brewtestbot@brew\.sh")\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-repositories\fR
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user