From e19b5485fdfd70c72e13c182faf189a752819726 Mon Sep 17 00:00:00 2001 From: Lawrence Date: Thu, 5 Sep 2019 23:19:21 -0400 Subject: [PATCH] Drop fish completions for now-deleted `brew prune` command --- completions/fish/brew.fish | 4 ---- 1 file changed, 4 deletions(-) diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index 45f866a2a8..e39f74d56e 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -480,10 +480,6 @@ __fish_brew_complete_cmd 'postinstall' "Rerun the post-install steps for formula __fish_brew_complete_arg 'postinstall' -a '(__fish_brew_suggest_formulae_installed)' -__fish_brew_complete_cmd 'prune' "Remove dead symlinks" -__fish_brew_complete_arg 'prune' -s n -l dry-run -d "Show what files would be removed" - - __fish_brew_complete_cmd 'reinstall' "Uninstall and then install again" __fish_brew_complete_arg 'reinstall' -a '(__fish_brew_suggest_formulae_installed)'