Retain the old brew bundle --brews flag for compatibility

https://github.com/Homebrew/brew/pull/20209#discussion_r2186099917
This commit is contained in:
Issy Long 2025-07-04 22:00:46 +01:00
parent 495b5bedde
commit ce8bf906c1
No known key found for this signature in database

View File

@ -97,7 +97,7 @@ module Homebrew
env: [:bundle_install_cleanup, "--global"]
switch "--all",
description: "`list` all dependencies."
switch "--formula", "--formulae",
switch "--formula", "--formulae", "--brews",
description: "`list`, `dump` or `cleanup` Homebrew formula dependencies."
switch "--cask", "--casks",
description: "`list`, `dump` or `cleanup` Homebrew cask dependencies."