Skip to content
Snippets Groups Projects
Commit 8f3d2309 authored by William Ma's avatar William Ma
Browse files

list: Remove extraneous flag conflicts

parent 28c09624
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment