From 8a30a59d5a09789bfbfa3073030091e5e25d215b Mon Sep 17 00:00:00 2001 From: Shuhei Akutagawa Date: Fri, 9 Oct 2020 00:03:00 +0900 Subject: [PATCH] Update command "brew cask list -1" to "brew list --cask -1" in fish completion file --- completions/fish/brew.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index 515804548b..2a7acd22f2 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -198,7 +198,7 @@ function __fish_brew_suggest_services -d "Lists available services" end function __fish_brew_suggest_casks_installed -d "Lists installed casks" - brew cask list -1 + brew list --cask -1 end function __fish_brew_suggest_casks_outdated -d "Lists outdated casks with the information about potential upgrade"