brew cask install workbench는 에러가 납니다.
$ brew cask install workbench
Error: Unknown command: cask
2021년 현재는, 다음과 같이
brew install --cask workbench
를 사용해야 합니다. ㅋㅋ
+ 방금 설치했는데...
brew install --cask workbench를 하면, 이상한 것이 설치됩니다.
mysql 워크벤치를 설치하고 싶다면,
brew install --cask mysqlWorkbench
로 해야합니다..!