after
https://github.com/rcmdnk/homebrew-file/issues/283
casklist does not search the App which is installed directly but has cask.
-> could be replaced by tap-info to find casks/formuae. (use brew info <cask/formuale> if necessary)
-> eval-all is useful to search cask's artifacts. maybe try eval-all then try other way (which may miss some apps' information but better to write w/o error)
after https://github.com/rcmdnk/homebrew-file/issues/283 casklist does not search the App which is installed directly but has cask. -> could be replaced by
tap-info
to find casks/formuae. (usebrew info <cask/formuale>
if necessary)In addition, it has a problem of
brew info --eval-all
(Formulae require at least a URL · Issue #258 · hashicorp/homebrew-tap)eval-all
option was removed from most of subcommands, but only casklist uses it.->
eval-all
is useful to search cask's artifacts. maybe tryeval-all
then try other way (which may miss some apps' information but better to write w/o error)