From 7f0be407c3a06c6a042e6e7940116e76e7a063c3 Mon Sep 17 00:00:00 2001 From: Lawrence Date: Tue, 11 Jun 2019 13:04:51 -0400 Subject: [PATCH] Drop nonexistent `brew cask cleanup` completions --- completions/fish/brew.fish | 3 --- 1 file changed, 3 deletions(-) diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index c405fbbea4..f05b68be62 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -837,9 +837,6 @@ __fish_brew_complete_sub_cmd 'cask' 'audit' "Verify installability of Casks" __fish_brew_complete_sub_cmd 'cask' 'cat' "Dump raw source of the given Cask to the standard output" -__fish_brew_complete_sub_cmd 'cask' 'cleanup' "Clean up cached downloads and tracker symlinks" -__fish_brew_complete_sub_arg 'cask' 'cleanup' -l outdated -d "Only clean up cached downloads older than 10 days" - __fish_brew_complete_sub_cmd 'cask' 'create' "Create the given Cask and open it in an editor" __fish_brew_complete_sub_cmd 'cask' 'doctor' "Check for configuration issues"