Closed amarshall closed 6 years ago
Allow Cask name to be scoped to tap
If multiple taps include the same cask name, then the only way to install/uninstall is by specifying the name scoped with the tap name (e.g. myuser/mytap/mycask). However, brew cask list only shows the unscoped name.
brew cask list
Not previously reported.
In order to test we’d have to use a random third-party tap that has duplicate formulas, which seems quite brittle.
@amarshall Thanks for reporting this issue and the PR. Can you add testing for this?
Thanks @amarshall
Description
Allow Cask name to be scoped to tap
If multiple taps include the same cask name, then the only way to install/uninstall is by specifying the name scoped with the tap name (e.g. myuser/mytap/mycask). However,
brew cask list
only shows the unscoped name.Issues Resolved
Not previously reported.
Check List
In order to test we’d have to use a random third-party tap that has duplicate formulas, which seems quite brittle.