ARGV: Deprecate ARGV#resolved_formulae

This commit is contained in:
Gautham Goli 2019-12-20 15:57:30 +05:30 committed by Mike McQuaid
parent 959b88266d
commit cebf6f3833
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -27,6 +27,7 @@ module HomebrewArgvExtension
end
def resolved_formulae
odeprecated("ARGV#resolved_formulae", "Args#resolved_formulae")
require "formula"
# TODO: use @instance variable to ||= cache when moving to CLI::Parser
(downcased_unique_named - casks).map do |name|