manpages: Run brew man after brew bundle Whalebrew inclusion

- This was added in https://github.com/Homebrew/homebrew-bundle/pull/656
  but the subcommand docs were never updated here, causing failures on
  other, unrelated `brew` PRs.
This commit is contained in:
Issy Long 2020-03-19 18:40:13 +00:00
parent f527f03fb5
commit 7ea6d5c648
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4
2 changed files with 11 additions and 5 deletions

View File

@ -1015,8 +1015,8 @@ Install macOS applications distributed as binaries. See `brew-cask`(1).
### `bundle` *`subcommand`* ### `bundle` *`subcommand`*
Bundler for non-Ruby dependencies from Homebrew, Homebrew Cask and the Mac App Bundler for non-Ruby dependencies from Homebrew, Homebrew Cask, Mac App Store
Store. and Whalebrew.
`brew bundle` [`install`] `brew bundle` [`install`]
@ -1024,7 +1024,7 @@ Install or upgrade all dependencies in a `Brewfile`.
`brew bundle dump` `brew bundle dump`
Write all installed casks/formulae/taps into a `Brewfile`. Write all installed casks/formulae/images/taps into a `Brewfile`.
`brew bundle cleanup` `brew bundle cleanup`
@ -1065,6 +1065,8 @@ dependencies are listed.
`list` tap dependencies. `list` tap dependencies.
* `--mas`: * `--mas`:
`list` Mac App Store dependencies. `list` Mac App Store dependencies.
* `--whalebrew`:
`list` Whalebrew dependencies.
* `--describe`: * `--describe`:
`dump` a description comment above each line, unless the dependency does not have a description. `dump` a description comment above each line, unless the dependency does not have a description.
* `--no-restart`: * `--no-restart`:

View File

@ -1290,7 +1290,7 @@ Install macOS applications distributed as binaries\. See \fBbrew\-cask\fR(1)\.
\fIhttps://github\.com/Homebrew/homebrew\-cask\fR \fIhttps://github\.com/Homebrew/homebrew\-cask\fR
. .
.SS "\fBbundle\fR \fIsubcommand\fR" .SS "\fBbundle\fR \fIsubcommand\fR"
Bundler for non\-Ruby dependencies from Homebrew, Homebrew Cask and the Mac App Store\. Bundler for non\-Ruby dependencies from Homebrew, Homebrew Cask, Mac App Store and Whalebrew\.
. .
.P .P
\fBbrew bundle\fR [\fBinstall\fR] \fBbrew bundle\fR [\fBinstall\fR]
@ -1302,7 +1302,7 @@ Install or upgrade all dependencies in a \fBBrewfile\fR\.
\fBbrew bundle dump\fR \fBbrew bundle dump\fR
. .
.P .P
Write all installed casks/formulae/taps into a \fBBrewfile\fR\. Write all installed casks/formulae/images/taps into a \fBBrewfile\fR\.
. .
.P .P
\fBbrew bundle cleanup\fR \fBbrew bundle cleanup\fR
@ -1373,6 +1373,10 @@ Read the \fBBrewfile\fR from \fB~/\.Brewfile\fR\.
\fBlist\fR Mac App Store dependencies\. \fBlist\fR Mac App Store dependencies\.
. .
.TP .TP
\fB\-\-whalebrew\fR
\fBlist\fR Whalebrew dependencies\.
.
.TP
\fB\-\-describe\fR \fB\-\-describe\fR
\fBdump\fR a description comment above each line, unless the dependency does not have a description\. \fBdump\fR a description comment above each line, unless the dependency does not have a description\.
. .