11.\" generated by kramdown
2- .TH "BREW" "1" "August 2025" "Homebrew"
2+ .TH "BREW" "1" "September 2025" "Homebrew"
33.SH NAME
44brew \- The Missing Package Manager for macOS (or Linux)
55.SH "SYNOPSIS"
@@ -2102,8 +2102,8 @@ Print the \fBhomebrew/core\fP commits where bottles were lost in the last week\.
21022102.TP
21032103\fB \-\- eval \- all \fP
21042104Evaluate 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\.
21072107.TP
21082108\fB \-\- destdir \fP
21092109Create 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
21162116.TP
21172117\fB \- f \fP , \fB \-\- force \fP
21182118Overwrite 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\.
21192125.SS "\fB update \- license \- data \fP "
21202126Update SPDX license data in the Homebrew repository\.
21212127.SS "\fB update \- maintainers \fP "
@@ -2403,11 +2409,14 @@ Use these skipped or failed formulae from formulae steps for a formulae dependen
24032409.TP
24042410\fB \-\- tested \- formulae \fP
24052411Use 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 [\.\.\. ]"
24072413Show which formula(e) provides the given command\.
24082414.TP
24092415\fB \-\- explain \fP
24102416Output 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\.
24112420.SS "\fB which \- update \fP \fR [\fI options \fP ] \fR [\fI database \fP ]"
24122421Database update for \fB brew which \- formula \fP \& \.
24132422.TP
0 commit comments