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:
Issy Long 2025-07-04 21:52:49 +00:00 committed by GitHub
commit 1286a3676c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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."