はじめに
HomebrewでIntelliJというソフトを検索しようと思って、
brew cask search intellij
とコマンドを叩いたら、こんなエラーがでました。
Homebrew Cask provides a friendly CLI workflow for the administration
of macOS applications distributed as binaries.
Commands:
audit verifies installability of Casks
cat dump raw source of the given Cask to the standard output
create creates the given Cask and opens it in an editor
doctor checks for configuration issues
edit edits the given Cask
fetch downloads remote application files to local cache
home opens the homepage of the given Cask
info displays information about the given Cask
install installs the given Cask
list with no args, lists installed Casks; given installed Casks, lists staged files
outdated list the outdated installed Casks
reinstall reinstalls the given Cask
style checks Cask style using RuboCop
uninstall uninstalls the given Cask
upgrade upgrades all outdated casks
zap zaps all files associated with the given Cask
See also "man brew-cask"
Error: help does not take arguments.
ようするに、「そんなコマンド知らないよ」ということみたいです。
原因と解決法
おかしいなと思って調べてみました。どうやら、 brew cask search
は2018年9月30日に廃止になったそうです。代わりに brew search
を使えばよいそうです。
試しに、
brew search intellij
と入力したら、無事に intellij
の情報が表示されました。
参考サイト
調査にあたり、以下のサイトを参考にしました。
最後に
どうやら brew cask --version
も同じみたいです。
こちらに情報が書かれていました。