Merge pull request #14761 from Homebrew/sponsors-maintainers-man-completions
Update sponsors.
This commit is contained in:
commit
5272640cfc
@ -85,6 +85,4 @@ Flaky test detection and tracking is provided by [BuildPulse](https://buildpulse
|
|||||||
[](https://dnsimple.com/resolving/homebrew#gh-light-mode-only)
|
[](https://dnsimple.com/resolving/homebrew#gh-light-mode-only)
|
||||||
[](https://dnsimple.com/resolving/homebrew#gh-dark-mode-only)
|
[](https://dnsimple.com/resolving/homebrew#gh-dark-mode-only)
|
||||||
|
|
||||||
Homebrew is generously supported by [GitHub](https://github.com/github), [Custom Ink](https://github.com/customink), [Randy Reddig](https://github.com/ydnar), [Sentry](https://github.com/getsentry), [Codecademy](https://github.com/Codecademy), [Appwrite](https://github.com/appwrite), [Mercedes-Benz Group](https://github.com/mercedes-benz), [embark-studios](https://github.com/embark-studios), [Agilend](https://github.com/Agilend) and many other users and organisations via [GitHub Sponsors](https://github.com/sponsors/Homebrew).
|
Homebrew is generously supported by [Custom Ink](https://github.com/customink), [Randy Reddig](https://github.com/ydnar), [Sentry](https://github.com/getsentry), [Codecademy](https://github.com/Codecademy), [Appwrite](https://github.com/appwrite), [embark-studios](https://github.com/embark-studios), [Agilend](https://github.com/Agilend) and many other users and organisations via [GitHub Sponsors](https://github.com/sponsors/Homebrew).
|
||||||
|
|
||||||
[](https://github.com/github)
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
# This file is automatically generated by running `brew generate-man-completions`.
|
# This file is automatically generated by running `brew generate-man-completions`.
|
||||||
# See Library/Homebrew/completions/bash.erb for editing instructions.
|
# See Library/Homebrew/completions/bash.erb for editing instructions.
|
||||||
|
|
||||||
if [[ -n ${POSIXLY_CORRECT} ]] || shopt -oq posix
|
if [[ -n ${POSIXLY_CORRECT:-} ]] || shopt -oq posix
|
||||||
then
|
then
|
||||||
echo "Homebrew Bash completions do not work in POSIX mode" 1>&2
|
echo "Homebrew Bash completions do not work in POSIX mode" 1>&2
|
||||||
return
|
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`*.
|
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.
|
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`:
|
* `--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.
|
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 [\.\.\.]"
|
.SS "\fBcommand\fR \fIcommand\fR [\.\.\.]"
|
||||||
Display the path to the file being used when invoking \fBbrew\fR \fIcmd\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\.
|
Contributions to Homebrew repos for a user\.
|
||||||
.
|
.
|
||||||
.P
|
.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
|
.TP
|
||||||
\fB\-\-repositories\fR
|
\fB\-\-repositories\fR
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user