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

What's meaning of A/U? #188

Closed isoulgh closed 3 years ago

isoulgh commented 3 years ago

image Some applications are marked a 'Y',others aren't. What's the meaning of A/U? Expect for your answer.😃

ondrejfuhrer commented 3 years ago

Hello @isoulgh ,

A/U means auto-update, those applications have a flag in the cask that they support auto-update functionality, therefore there is a possibility that they updated themselves. That's why in order to update those you need to pass -a / --all option to update them through brew cu.

Hope that makes sense 🙂

isoulgh commented 3 years ago

Get it. Thank you.Thank you.