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

Support for simultaneous multiple apps #126

Closed Wdavery closed 5 years ago

Wdavery commented 5 years ago

It would be nice to be able to run updates on multiple specific apps such as is available in the main Homebrew: brew cask upgrade app1 app2 app3

Currently the following command only runs on 'app1' brew cu -a app1 app2 app3

ondrejfuhrer commented 5 years ago

Hey @Wdavery thanks for this! I actually never noticed that it is not supported 🙂 PR created now only waiting for @buo to approve and merge 🙂