cask/cmd/list: remove deprecated -l.
This crashes `brew style`.
This commit is contained in:
parent
12bdb38663
commit
fe6cca3540
@ -7,11 +7,6 @@ module Cask
|
|||||||
option "--versions", :versions, false
|
option "--versions", :versions, false
|
||||||
option "--full-name", :full_name, false
|
option "--full-name", :full_name, false
|
||||||
|
|
||||||
option "-l", (lambda do |*|
|
|
||||||
one = true # rubocop:disable Lint/UselessAssignment
|
|
||||||
opoo "Option -l is obsolete! Implying option -1."
|
|
||||||
end)
|
|
||||||
|
|
||||||
def run
|
def run
|
||||||
args.any? ? list : list_installed
|
args.any? ? list : list_installed
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user