Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit ca00ad9

Browse files
committed
Add help text for add and remove
Closes #818
1 parent b7b83c7 commit ca00ad9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cmd/bundle.rb

+6
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ class BundleCmd < AbstractCommand
5555
`brew bundle edit`:
5656
Edit the `Brewfile` in your editor.
5757
58+
`brew bundle add` <name> [...]:
59+
Add entries to your `Brewfile`. Adds formulae by default. Use `--cask`, `--tap`, `--whalebrew` or `--vscode` to add the corresponding entry instead.
60+
61+
`brew bundle remove` <name> [...]:
62+
Remove entries that match `name` from your `Brewfile`. Use `--formula`, `--cask`, `--tap`, `--mas`, `--whalebrew` or `--vscode` to remove only entries of the corresponding type.
63+
5864
`brew bundle exec` <command>:
5965
Run an external command in an isolated build environment based on the `Brewfile` dependencies.
6066

0 commit comments

Comments
 (0)