mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Merge pull request #20214 from Homebrew/the-old-brews-flag-needs-to-remain-for-backwards-compatibility
Retain the old `brew bundle --brews` flag for compatibility
This commit is contained in:
commit
1286a3676c
@ -97,7 +97,7 @@ module Homebrew
|
|||||||
env: [:bundle_install_cleanup, "--global"]
|
env: [:bundle_install_cleanup, "--global"]
|
||||||
switch "--all",
|
switch "--all",
|
||||||
description: "`list` all dependencies."
|
description: "`list` all dependencies."
|
||||||
switch "--formula", "--formulae",
|
switch "--formula", "--formulae", "--brews",
|
||||||
description: "`list`, `dump` or `cleanup` Homebrew formula dependencies."
|
description: "`list`, `dump` or `cleanup` Homebrew formula dependencies."
|
||||||
switch "--cask", "--casks",
|
switch "--cask", "--casks",
|
||||||
description: "`list`, `dump` or `cleanup` Homebrew cask dependencies."
|
description: "`list`, `dump` or `cleanup` Homebrew cask dependencies."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user