Skip to content

Commit

Permalink
Merge pull request #760 from MikeMcQuaid/formulae-flag
Browse files Browse the repository at this point in the history
bundle: provide --formulae flag.
  • Loading branch information
MikeMcQuaid authored Aug 6, 2020
2 parents ab53dfb + 960356b commit 0b3079d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/bundle.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def bundle_args
description: "`install` won't output a `Brewfile.lock.json`."
switch "--all",
description: "`list` all dependencies."
switch "--brews",
switch "--formulae", "--brews",
description: "`list` Homebrew dependencies."
switch "--casks",
description: "`list` Homebrew Cask dependencies."
Expand Down

0 comments on commit 0b3079d

Please sign in to comment.