Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed brew prune ZSH completion #6186

Merged
merged 1 commit into from May 30, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion completions/bash/brew
Expand Up @@ -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 ;;
Expand Down
7 changes: 0 additions & 7 deletions completions/zsh/_brew
Expand Up @@ -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'
Expand Down Expand Up @@ -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() {
Expand Down