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

This commit is contained in:
Patrick Linnane 2024-08-06 15:42:42 -07:00 committed by GitHub
commit ea731e4039
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View File

@ -3066,6 +3066,9 @@ a local machine).
This workflow is useful for maintainers or testers who regularly install lots of This workflow is useful for maintainers or testers who regularly install lots of
formulae. formulae.
Unless `--force` is passed, this returns a 1 exit code if anything would be
removed.
`brew bundle check` `brew bundle check`
: Check if all dependencies present in the `Brewfile` are installed. : Check if all dependencies present in the `Brewfile` are installed.

View File

@ -1960,6 +1960,8 @@ Write all installed casks/formulae/images/taps into a \fBBrewfile\fP in the curr
Uninstall all dependencies not present in the \fBBrewfile\fP\&\. Uninstall all dependencies not present in the \fBBrewfile\fP\&\.
.P .P
This workflow is useful for maintainers or testers who regularly install lots of formulae\. This workflow is useful for maintainers or testers who regularly install lots of formulae\.
.P
Unless \fB\-\-force\fP is passed, this returns a 1 exit code if anything would be removed\.
.TP .TP
\fBbrew bundle check\fP \fBbrew bundle check\fP
Check if all dependencies present in the \fBBrewfile\fP are installed\. Check if all dependencies present in the \fBBrewfile\fP are installed\.