Removed brew prune
completion entries
This commit is contained in:
parent
7c3bb36caf
commit
b9fcd00386
@ -837,7 +837,6 @@ _brew() {
|
|||||||
outdated) _brew_outdated ;;
|
outdated) _brew_outdated ;;
|
||||||
pin) __brew_complete_formulae ;;
|
pin) __brew_complete_formulae ;;
|
||||||
postinstall) _brew_postinstall ;;
|
postinstall) _brew_postinstall ;;
|
||||||
prune) _brew_prune ;;
|
|
||||||
pull) _brew_pull ;;
|
pull) _brew_pull ;;
|
||||||
readall) _brew_readall ;;
|
readall) _brew_readall ;;
|
||||||
reinstall) _brew_install ;;
|
reinstall) _brew_install ;;
|
||||||
|
@ -121,7 +121,6 @@ __brew_common_commands() {
|
|||||||
'outdated:list formulae for which a newer version is available'
|
'outdated:list formulae for which a newer version is available'
|
||||||
'pin:pin specified formulae'
|
'pin:pin specified formulae'
|
||||||
'postinstall:perform post_install for a given formula'
|
'postinstall:perform post_install for a given formula'
|
||||||
'prune:remove dead links'
|
|
||||||
'remove:remove a formula'
|
'remove:remove a formula'
|
||||||
'search:search for a formula or cask (/regex/ or string)'
|
'search:search for a formula or cask (/regex/ or string)'
|
||||||
'switch:switch between different versions of a formula'
|
'switch:switch between different versions of a formula'
|
||||||
@ -549,12 +548,6 @@ _brew_postinstall() {
|
|||||||
'*:: :__brew_formulae'
|
'*:: :__brew_formulae'
|
||||||
}
|
}
|
||||||
|
|
||||||
# brew prune [--dry-run]:
|
|
||||||
_brew_prune() {
|
|
||||||
_arguments \
|
|
||||||
'(--dry-run -n)'{--dry-run,-n}'[show what would be removed, but do not actually remove anything]'
|
|
||||||
}
|
|
||||||
|
|
||||||
# pull [--bottle] [--bump] [--clean] [--ignore-whitespace] [--resolve]
|
# pull [--bottle] [--bump] [--clean] [--ignore-whitespace] [--resolve]
|
||||||
# [--branch-okay] [--no-pbcopy] [--no-publish] patch-source [patch-source]
|
# [--branch-okay] [--no-pbcopy] [--no-publish] patch-source [patch-source]
|
||||||
_brew_pull() {
|
_brew_pull() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user