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
'--skip-recommended[skip \:recommended type dependencies]' \
318
+
'(--all)--installed[show dependencies for all installed formulae]' \
319
+
'(--installed)--all[show dependencies for all available formulae]'
317
320
}
318
321
319
322
# brew desc formula
@@ -564,7 +567,7 @@ _brew_reinstall() {
564
567
_brew_search() {
565
568
_arguments \
566
569
'(--desc)--desc[include description for each package]:text: ' \
567
-
'(--desc --debian --fedora --fink --macports --opensuse --ubuntu)'{--debian,--fedora,--fink,--macports,--opensuse,--ubuntu}'[searcg for text in given package manager''s list]'
570
+
'(--desc --debian --fedora --fink --macports --opensuse --ubuntu)'{--debian,--fedora,--fink,--macports,--opensuse,--ubuntu}'[search for text in given package manager''s list]'
0 commit comments