Added brew cask upgrade --dry-run fish completion

This commit is contained in:
Lawrence 2019-09-05 23:34:28 -04:00
parent e19b5485fd
commit 894cb54af7

View File

@ -868,6 +868,7 @@ __fish_brew_complete_sub_arg 'cask' 'style' -l fix -d "Auto-correct any style er
__fish_brew_complete_sub_cmd 'cask' 'upgrade' "Upgrades all outdated casks"
__fish_brew_complete_sub_arg 'cask' 'upgrade' -l force
__fish_brew_complete_sub_arg 'cask' 'upgrade' -l dry-run
__fish_brew_complete_sub_cmd 'cask' 'uninstall' "Uninstall the given Cask"
__fish_brew_complete_sub_arg 'cask' 'uninstall remove rm' -l force -d "Uninstall even if the Cask is not present"