Merge pull request #20635 from Homebrew/sponsors-maintainers-man-completions

Update manpage and completions.
This commit is contained in:
Rylan Polster 2025-09-05 00:24:50 +00:00 committed by GitHub
commit 24e7d8f0e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View File

@ -3807,6 +3807,10 @@ Database update for `brew which-formula`.
: Specify a maximum number of formulae to download and update. : Specify a maximum number of formulae to download and update.
`--summary-file`
: Output a summary of the changes to a file.
## CUSTOM EXTERNAL COMMANDS ## CUSTOM EXTERNAL COMMANDS
Homebrew, like `git`(1), supports external commands. These are executable Homebrew, like `git`(1), supports external commands. These are executable

View File

@ -2437,6 +2437,9 @@ Evaluate all installed taps, rather than just the core tap\.
.TP .TP
\fB\-\-max\-downloads\fP \fB\-\-max\-downloads\fP
Specify a maximum number of formulae to download and update\. Specify a maximum number of formulae to download and update\.
.TP
\fB\-\-summary\-file\fP
Output a summary of the changes to a file\.
.SH "CUSTOM EXTERNAL COMMANDS" .SH "CUSTOM EXTERNAL COMMANDS"
Homebrew, like \fBgit\fP(1), supports external commands\. These are executable scripts that reside somewhere in the \fB$PATH\fP, named \fBbrew\-\fP\fIcmdname\fP or \fBbrew\-\fP\fIcmdname\fP\fB\&\.rb\fP, which can be invoked like \fBbrew\fP \fIcmdname\fP\&\. This allows you to create your own commands without modifying Homebrew\[u2019]s internals\. Homebrew, like \fBgit\fP(1), supports external commands\. These are executable scripts that reside somewhere in the \fB$PATH\fP, named \fBbrew\-\fP\fIcmdname\fP or \fBbrew\-\fP\fIcmdname\fP\fB\&\.rb\fP, which can be invoked like \fBbrew\fP \fIcmdname\fP\&\. This allows you to create your own commands without modifying Homebrew\[u2019]s internals\.
.P .P