Document 'brew missing'.
This commit is contained in:
parent
f5b66f2a04
commit
c9e2a9e5cb
@ -3,7 +3,7 @@ require 'formula_installer'
|
|||||||
|
|
||||||
def main
|
def main
|
||||||
# Names of outdated brews; they count as installed.
|
# Names of outdated brews; they count as installed.
|
||||||
outdated = outdated_brews.select {|b| b[1] }
|
outdated = outdated_brews.select {|b| b[1]}
|
||||||
|
|
||||||
HOMEBREW_CELLAR.subdirs.each do |keg|
|
HOMEBREW_CELLAR.subdirs.each do |keg|
|
||||||
next unless keg.subdirs
|
next unless keg.subdirs
|
||||||
|
|||||||
@ -171,6 +171,9 @@ Some external commands are shipped with Homebrew, and enabled by default.
|
|||||||
* `audit`:
|
* `audit`:
|
||||||
Checks all formulae for Homebrew coding style violations.
|
Checks all formulae for Homebrew coding style violations.
|
||||||
|
|
||||||
|
* `missing`:
|
||||||
|
Checks all installed formuale for missing dependencies.
|
||||||
|
|
||||||
## ENVIRONMENT
|
## ENVIRONMENT
|
||||||
|
|
||||||
* HOMEBREW\_DEBUG:
|
* HOMEBREW\_DEBUG:
|
||||||
|
|||||||
@ -181,6 +181,10 @@ Downloads the tarball or checks out from VCS for the given \fIformula\fR\. For t
|
|||||||
\fBaudit\fR
|
\fBaudit\fR
|
||||||
Checks all formulae for Homebrew coding style violations\.
|
Checks all formulae for Homebrew coding style violations\.
|
||||||
.
|
.
|
||||||
|
.TP
|
||||||
|
\fBmissing\fR
|
||||||
|
Checks all installed formuale for missing dependencies\.
|
||||||
|
.
|
||||||
.SH "ENVIRONMENT"
|
.SH "ENVIRONMENT"
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user