Update command "brew cask list -1" to "brew list --cask -1" in fish completion file

This commit is contained in:
Shuhei Akutagawa 2020-10-09 00:03:00 +09:00
parent f84b9a0275
commit 8a30a59d5a

View File

@ -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"