guarinogabriel / Mac-CLI

 macOS command line tool for developers – The ultimate tool to manage your Mac. It provides a huge set of command line commands that automatize the usage of your Mac.
MIT License
8.86k stars 334 forks source link

`brew cask upgrade` is deprecated #172

Closed robspekschoor closed 3 years ago

robspekschoor commented 3 years ago

when updating you will get: "Warning: Calling brew cask upgrade is deprecated! Use brew upgrade --cask instead."

"brew cask upgrade" should be replaced with "brew upgrade --cask"

guarinogabriel commented 3 years ago

Closing this PR since the brew upgrade --cask command is currently implemented. Thanks for your feedback.