1
1
.\" generated by kramdown
2
- .TH "BREW" "1" "August 2025" "Homebrew"
2
+ .TH "BREW" "1" "September 2025" "Homebrew"
3
3
.SH NAME
4
4
brew \- The Missing Package Manager for macOS (or Linux)
5
5
.SH "SYNOPSIS"
@@ -2102,8 +2102,8 @@ Print the \fBhomebrew/core\fP commits where bottles were lost in the last week\.
2102
2102
.TP
2103
2103
\fB \-\- eval \- all \fP
2104
2104
Evaluate all available formulae and casks, whether installed or not, to check them\. Enabled by default if \fB $HOMEBREW_EVAL_ALL \fP is set\.
2105
- .SS "\fB unpack \fP \fR [\fI options \fP ] \fI formula \fP \fR [\.\.\. ]"
2106
- Unpack the source files for \fI formula \fP into subdirectories of the current working directory\.
2105
+ .SS "\fB unpack \fP \fR [\fI options \fP ] \fI formula \fP | \fI cask \fP \fR [\.\.\. ]"
2106
+ Unpack the files for the \fI formula \fP or \fI cask \fP into subdirectories of the current working directory\.
2107
2107
.TP
2108
2108
\fB \-\- destdir \fP
2109
2109
Create subdirectories in the directory named by \fI path \fP instead\.
@@ -2116,6 +2116,12 @@ Initialise a Git repository in the unpacked source\. This is useful for creating
2116
2116
.TP
2117
2117
\fB \- f \fP , \fB \-\- force \fP
2118
2118
Overwrite the destination directory if it already exists\.
2119
+ .TP
2120
+ \fB \-\- formula \fP
2121
+ Treat all named arguments as formulae\.
2122
+ .TP
2123
+ \fB \-\- cask \fP
2124
+ Treat all named arguments as casks\.
2119
2125
.SS "\fB update \- license \- data \fP "
2120
2126
Update SPDX license data in the Homebrew repository\.
2121
2127
.SS "\fB update \- maintainers \fP "
@@ -2403,11 +2409,14 @@ Use these skipped or failed formulae from formulae steps for a formulae dependen
2403
2409
.TP
2404
2410
\fB \-\- tested \- formulae \fP
2405
2411
Use these tested formulae from formulae steps for a formulae dependents step\.
2406
- .SS "\fB which \- formula \fP \fR [\fB \-\- explain \fP ] \fI command \fP \fR [\.\.\. ]"
2412
+ .SS "\fB which \- formula \fP \fR [\fB \-\- explain \fP ] \fR [ \fB \-\- skip \- update \fP ] \ fIcommand \fP \fR [\.\.\. ]"
2407
2413
Show which formula(e) provides the given command\.
2408
2414
.TP
2409
2415
\fB \-\- explain \fP
2410
2416
Output explanation of how to get \fI command \fP by installing one of the providing formulae\.
2417
+ .TP
2418
+ \fB \-\- skip \- update \fP
2419
+ Skip updating the executables database if any version exists on disk, no matter how old\.
2411
2420
.SS "\fB which \- update \fP \fR [\fI options \fP ] \fR [\fI database \fP ]"
2412
2421
Database update for \fB brew which \- formula \fP \& \.
2413
2422
.TP
0 commit comments