Error: Unknown command: cask
Closed this issue · 2 comments
tbrodbeck commented
Hi this is a very cool idea I really want to try it out. Unfortunately, it does not work with the newest version of homebrew since they deprecated the cask
argument.
Error: Unknown command: cask
Probably a fix would be as easy as changing
`exec "brew", "cask", *args`
to
`exec "brew", *args, "--cask"`
danielbayley commented
@tbrodbeck Should work now… please test. Thanks!
tbrodbeck commented
Works. Merci!