Skip to content
Snippets Groups Projects
Unverified Commit fe6cca35 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

cask/cmd/list: remove deprecated -l.

This crashes `brew style`.
parent 12bdb386
No related branches found
No related tags found
No related merge requests found
......@@ -7,11 +7,6 @@ module Cask
option "--versions", :versions, 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
args.any? ? list : list_installed
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