From b9fcd00386f5e78b2a08d82fdee8b460df985132 Mon Sep 17 00:00:00 2001 From: Connor Gibson Date: Wed, 29 May 2019 18:35:40 -0700 Subject: [PATCH] Removed `brew prune` completion entries --- completions/bash/brew | 1 - completions/zsh/_brew | 7 ------- 2 files changed, 8 deletions(-) diff --git a/completions/bash/brew b/completions/bash/brew index 2da4f14c95d9e..6a4278c2ddf74 100644 --- a/completions/bash/brew +++ b/completions/bash/brew @@ -837,7 +837,6 @@ _brew() { outdated) _brew_outdated ;; pin) __brew_complete_formulae ;; postinstall) _brew_postinstall ;; - prune) _brew_prune ;; pull) _brew_pull ;; readall) _brew_readall ;; reinstall) _brew_install ;; diff --git a/completions/zsh/_brew b/completions/zsh/_brew index e38187b04c3e0..2f3900736cfd6 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -121,7 +121,6 @@ __brew_common_commands() { 'outdated:list formulae for which a newer version is available' 'pin:pin specified formulae' 'postinstall:perform post_install for a given formula' - 'prune:remove dead links' 'remove:remove a formula' 'search:search for a formula or cask (/regex/ or string)' 'switch:switch between different versions of a formula' @@ -549,12 +548,6 @@ _brew_postinstall() { '*:: :__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] # [--branch-okay] [--no-pbcopy] [--no-publish] patch-source [patch-source] _brew_pull() {