diff --git a/Library/Homebrew/compat/cli/parser.rb b/Library/Homebrew/compat/cli/parser.rb index fccec61a62..ec330bb23c 100644 --- a/Library/Homebrew/compat/cli/parser.rb +++ b/Library/Homebrew/compat/cli/parser.rb @@ -10,7 +10,7 @@ module Homebrew end def method_missing(method, *) - if ![:debug?, :quiet?, :verbose?].include?(method) && !@printed_args_warning + if ![:debug?, :quiet?, :verbose?, :value].include?(method) && !@printed_args_warning odeprecated "Homebrew.args", "`args = _args.parse` and pass `args` along the call chain" @printed_args_warning = true end