Update manpage and completions.
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow.
This commit is contained in:
parent
5ac34f5348
commit
7225f9e694
@ -3158,27 +3158,32 @@ flags which will help with finding keg-only dependencies like `openssl`,
|
|||||||
|
|
||||||
`--formula`
|
`--formula`
|
||||||
|
|
||||||
: `list` Homebrew formula dependencies.
|
: `list` or `dump` Homebrew formula dependencies.
|
||||||
|
|
||||||
`--cask`
|
`--cask`
|
||||||
|
|
||||||
: `list` Homebrew cask dependencies.
|
: `list` or `dump` Homebrew cask dependencies.
|
||||||
|
|
||||||
`--tap`
|
`--tap`
|
||||||
|
|
||||||
: `list` Homebrew tap dependencies.
|
: `list` or `dump` Homebrew tap dependencies.
|
||||||
|
|
||||||
`--mas`
|
`--mas`
|
||||||
|
|
||||||
: `list` Mac App Store dependencies.
|
: `list` or `dump` Mac App Store dependencies.
|
||||||
|
|
||||||
`--whalebrew`
|
`--whalebrew`
|
||||||
|
|
||||||
: `list` Whalebrew dependencies.
|
: `list` or `dump` Whalebrew dependencies.
|
||||||
|
|
||||||
`--vscode`
|
`--vscode`
|
||||||
|
|
||||||
: `list` VSCode extensions.
|
: `list` or `dump` VSCode extensions.
|
||||||
|
|
||||||
|
`--no-vscode`
|
||||||
|
|
||||||
|
: `dump` without VSCode extensions. This is enabled by default if
|
||||||
|
`HOMEBREW_BUNDLE_DUMP_NO_VSCODE` is set.
|
||||||
|
|
||||||
`--describe`
|
`--describe`
|
||||||
|
|
||||||
|
|||||||
@ -2019,22 +2019,25 @@ Read the \fBBrewfile\fP from \fB~/\.Brewfile\fP or the \fBHOMEBREW_BUNDLE_FILE_G
|
|||||||
\fBlist\fP all dependencies\.
|
\fBlist\fP all dependencies\.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-formula\fP
|
\fB\-\-formula\fP
|
||||||
\fBlist\fP Homebrew formula dependencies\.
|
\fBlist\fP or \fBdump\fP Homebrew formula dependencies\.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-cask\fP
|
\fB\-\-cask\fP
|
||||||
\fBlist\fP Homebrew cask dependencies\.
|
\fBlist\fP or \fBdump\fP Homebrew cask dependencies\.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-tap\fP
|
\fB\-\-tap\fP
|
||||||
\fBlist\fP Homebrew tap dependencies\.
|
\fBlist\fP or \fBdump\fP Homebrew tap dependencies\.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-mas\fP
|
\fB\-\-mas\fP
|
||||||
\fBlist\fP Mac App Store dependencies\.
|
\fBlist\fP or \fBdump\fP Mac App Store dependencies\.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-whalebrew\fP
|
\fB\-\-whalebrew\fP
|
||||||
\fBlist\fP Whalebrew dependencies\.
|
\fBlist\fP or \fBdump\fP Whalebrew dependencies\.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-vscode\fP
|
\fB\-\-vscode\fP
|
||||||
\fBlist\fP VSCode extensions\.
|
\fBlist\fP or \fBdump\fP VSCode extensions\.
|
||||||
|
.TP
|
||||||
|
\fB\-\-no\-vscode\fP
|
||||||
|
\fBdump\fP without VSCode extensions\. This is enabled by default if \fBHOMEBREW_BUNDLE_DUMP_NO_VSCODE\fP is set\.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-describe\fP
|
\fB\-\-describe\fP
|
||||||
\fBdump\fP adds a description comment above each line, unless the dependency does not have a description\. This is enabled by default if \fBHOMEBREW_BUNDLE_DUMP_DESCRIBE\fP is set\.
|
\fBdump\fP adds a description comment above each line, unless the dependency does not have a description\. This is enabled by default if \fBHOMEBREW_BUNDLE_DUMP_DESCRIBE\fP is set\.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user