Homebrew cask option not recognized?

As of 2021, the answer to this question for me was that instead of

brew cask install myprogram

I should run:

brew install --cask myprogram

Leave a Comment