You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @muescha , I guess my memory failed me a bit. That feature was added quite some time ago, but for some reason got broken at some point (actually upgrading with any cask as a parameter is a bit broken right now).
About:
Enable star glob syntax for checking against casks.
Current Behavior
brew cu
, I receive a lengthy list of updates.libreoffice
.brew cu libreoffice
, but it only identifies thelibreoffice
cask and not the associated language pack.brew cu libreoffice*
yields no results:$ brew cu libreoffice zsh: no matches found: libreoffice*
Expected:
Using a star should match all casks starting with
libreoffice
.$ brew cu libreoffice* [...] 1/2 libreoffice 24.2.1 24.2.2 [OUTDATED] 2/2 libreoffice-language-pack 24.2.1 24.2.2 [OUTDATED]
The text was updated successfully, but these errors were encountered: