Homebrew / homebrew-bundle

📦 Bundler for non-Ruby dependencies from Homebrew, Homebrew Cask and the Mac App Store.
MIT License
5.33k stars 285 forks source link

Apply --force flag if set for taps #1390

Closed tony-sol closed 4 months ago

tony-sol commented 4 months ago

I have

tap "homebrew/core"
tap "homebrew/cask"

in my Brewfile and since those casks are no longer required, brew bundle install will receive and error via calling brew tap :name.

Passing --force flag in brew bundle install has no effect due to TapInstaller.install() force argument is ignored.

appliance-of-force-flag
MikeMcQuaid commented 4 months ago

Makes sense, thanks @tony-sol!