buo / homebrew-cask-upgrade

A command line tool for upgrading every outdated app installed by Homebrew Cask
MIT License
2.4k stars 90 forks source link

Auto-update Homebrew, taps, and formulae before checking outdated apps #69

Closed buo closed 6 years ago

buo commented 6 years ago

It would be a good idea to bring this feature back (#37) since brew install will trigger brew update by default.

In the same manner brew cu will trigger brew update by default, but I added --no-brew-update option for users who want to run brew update manually.

This PR fixes #62.