Hello, when running this command: brew cask install font-fantasque-sans-mono got this Error: Calling brew cask install is disabled! Use brew install [--cask] instead. this PR fix this.
brew cask commands were disabled on 2020-12-21 with the release of Homebrew 2.7.0. Starting then, all brew cask commands failed and displayed a warning informing users that the command is disabled. The message also provides the appropriate replacement.
With the release of Homebrew 2.8.0 (release date TBD), this disable message will be removed.
Hello, when running this command:
brew cask install font-fantasque-sans-mono
got thisError: Calling brew cask install is disabled! Use brew install [--cask] instead.
this PR fix this.