list: Remove extraneous flag conflicts

This commit is contained in:
William Ma 2020-07-08 20:39:54 -04:00
parent 28c0962430
commit 8f3d230995

View File

@ -47,7 +47,7 @@ module Homebrew
description: "Sort by time modified, listing most recently modified first."
switch :verbose
switch :debug
conflicts "--casks", "--unbrewed", "--multiple", "--pinned", "-l", "-r", "-t"
["--unbrewed", "--multiple", "--pinned", "-l", "-r", "-t"].each { |flag| conflicts "--casks", flag }
end
end