I recently installed an app with homebrew-cask, but I want to handle its updates by myself and not via brew cask upgrade
.
Is there a command or option to remove a cask from the local list, without uninstalling it?
If I use brew cask remove
or brew cask uninstall
the app will be uninstalled.
I'm looking for something like brew cask forget
or something similar.