cmd/cache: conflict with cask

This commit is contained in:
Jonathan Chang 2021-01-27 14:54:19 +11:00
parent f7a718c1fc
commit 69ecbc3979

View File

@ -29,7 +29,7 @@ module Homebrew
switch "--cask",
description: "Only show cache files for casks."
conflicts "--build-from-source", "--force-bottle"
conflicts "--build-from-source", "--force-bottle", "--cask"
conflicts "--formula", "--cask"
named_args [:formula, :cask]