Merge pull request #4703 from MikeMcQuaid/bundle-check-man
manpage: add `brew bundle check --verbose`
This commit is contained in:
commit
63a66efe59
@ -967,9 +967,9 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
`brew bundle check` [`--no-upgrade`] [`--file`=`path`|`--global`]
|
`brew bundle check` [`--no-upgrade`] [`--file`=`path`|`--global`] [`--verbose`]
|
||||||
|
|
||||||
Check if all dependencies are installed in a Brewfile.
|
Check if all dependencies are installed in a Brewfile. Missing dependencies are listed in verbose mode. `check` will exit on the first category missing a dependency unless in verbose mode.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -914,10 +914,10 @@ Write all installed casks/formulae/taps into a Brewfile\.
|
|||||||
Uninstall all dependencies not listed in a Brewfile\.
|
Uninstall all dependencies not listed in a Brewfile\.
|
||||||
.
|
.
|
||||||
.IP
|
.IP
|
||||||
\fBbrew bundle check\fR [\fB\-\-no\-upgrade\fR] [\fB\-\-file\fR=\fIpath\fR|\fB\-\-global\fR]
|
\fBbrew bundle check\fR [\fB\-\-no\-upgrade\fR] [\fB\-\-file\fR=\fIpath\fR|\fB\-\-global\fR] [\fB\-\-verbose\fR]
|
||||||
.
|
.
|
||||||
.IP
|
.IP
|
||||||
Check if all dependencies are installed in a Brewfile\.
|
Check if all dependencies are installed in a Brewfile\. Missing dependencies are listed in verbose mode\. \fBcheck\fR will exit on the first category missing a dependency unless in verbose mode\.
|
||||||
.
|
.
|
||||||
.IP
|
.IP
|
||||||
\fBbrew bundle exec\fR \fIcommand\fR
|
\fBbrew bundle exec\fR \fIcommand\fR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user