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

Update manpage and completions.
This commit is contained in:
Carlo Cabrera 2025-03-13 11:09:15 +00:00 committed by GitHub
commit 5c11787465
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -3273,7 +3273,8 @@ By default, only Homebrew formula dependencies are listed.
: Remove entries that match `name` from your `Brewfile`. Use `--formula`, : Remove entries that match `name` from your `Brewfile`. Use `--formula`,
`--cask`, `--tap`, `--mas`, `--whalebrew` or `--vscode` to remove only entries `--cask`, `--tap`, `--mas`, `--whalebrew` or `--vscode` to remove only entries
of the corresponding type. of the corresponding type. Passing `--formula` also removes matches against
formula aliases and old formula names.
`brew bundle exec` *`command`* `brew bundle exec` *`command`*

View File

@ -2102,7 +2102,7 @@ Edit the \fBBrewfile\fP in your editor\.
Add entries to your \fBBrewfile\fP\&\. Adds formulae by default\. Use \fB\-\-cask\fP, \fB\-\-tap\fP, \fB\-\-whalebrew\fP or \fB\-\-vscode\fP to add the corresponding entry instead\. Add entries to your \fBBrewfile\fP\&\. Adds formulae by default\. Use \fB\-\-cask\fP, \fB\-\-tap\fP, \fB\-\-whalebrew\fP or \fB\-\-vscode\fP to add the corresponding entry instead\.
.TP .TP
\fBbrew bundle remove\fP \fIname\fP [\.\.\.] \fBbrew bundle remove\fP \fIname\fP [\.\.\.]
Remove entries that match \fBname\fP from your \fBBrewfile\fP\&\. Use \fB\-\-formula\fP, \fB\-\-cask\fP, \fB\-\-tap\fP, \fB\-\-mas\fP, \fB\-\-whalebrew\fP or \fB\-\-vscode\fP to remove only entries of the corresponding type\. Remove entries that match \fBname\fP from your \fBBrewfile\fP\&\. Use \fB\-\-formula\fP, \fB\-\-cask\fP, \fB\-\-tap\fP, \fB\-\-mas\fP, \fB\-\-whalebrew\fP or \fB\-\-vscode\fP to remove only entries of the corresponding type\. Passing \fB\-\-formula\fP also removes matches against formula aliases and old formula names\.
.TP .TP
\fBbrew bundle exec\fP \fIcommand\fP \fBbrew bundle exec\fP \fIcommand\fP
Run an external command in an isolated build environment based on the \fBBrewfile\fP dependencies\. Run an external command in an isolated build environment based on the \fBBrewfile\fP dependencies\.