Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manpages: Run brew man after brew bundle Whalebrew inclusion #7191

Merged
merged 1 commit into from Mar 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 5 additions & 3 deletions docs/Manpage.md
Expand Up @@ -1015,16 +1015,16 @@ Install macOS applications distributed as binaries. See `brew-cask`(1).

### `bundle` *`subcommand`*

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.

`brew bundle` [`install`]

Install or upgrade all dependencies in a `Brewfile`.

`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`

Expand Down Expand Up @@ -1065,6 +1065,8 @@ dependencies are listed.
`list` tap dependencies.
* `--mas`:
`list` Mac App Store dependencies.
* `--whalebrew`:
`list` Whalebrew dependencies.
* `--describe`:
`dump` a description comment above each line, unless the dependency does not have a description.
* `--no-restart`:
Expand Down
8 changes: 6 additions & 2 deletions manpages/brew.1
Expand Up @@ -1290,7 +1290,7 @@ Install macOS applications distributed as binaries\. See \fBbrew\-cask\fR(1)\.
\fIhttps://github\.com/Homebrew/homebrew\-cask\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
\fBbrew bundle\fR [\fBinstall\fR]
Expand All @@ -1302,7 +1302,7 @@ Install or upgrade all dependencies in a \fBBrewfile\fR\.
\fBbrew bundle dump\fR
.
.P
Write all installed casks/formulae/taps into a \fBBrewfile\fR\.
Write all installed casks/formulae/images/taps into a \fBBrewfile\fR\.
.
.P
\fBbrew bundle cleanup\fR
Expand Down Expand Up @@ -1373,6 +1373,10 @@ Read the \fBBrewfile\fR from \fB~/\.Brewfile\fR\.
\fBlist\fR Mac App Store dependencies\.
.
.TP
\fB\-\-whalebrew\fR
\fBlist\fR Whalebrew dependencies\.
.
.TP
\fB\-\-describe\fR
\fBdump\fR a description comment above each line, unless the dependency does not have a description\.
.
Expand Down