list: Remove extraneous flag conflicts
This commit is contained in:
parent
28c0962430
commit
8f3d230995
@ -47,7 +47,7 @@ module Homebrew
|
|||||||
description: "Sort by time modified, listing most recently modified first."
|
description: "Sort by time modified, listing most recently modified first."
|
||||||
switch :verbose
|
switch :verbose
|
||||||
switch :debug
|
switch :debug
|
||||||
conflicts "--casks", "--unbrewed", "--multiple", "--pinned", "-l", "-r", "-t"
|
["--unbrewed", "--multiple", "--pinned", "-l", "-r", "-t"].each { |flag| conflicts "--casks", flag }
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user