Skip to content
Snippets Groups Projects
Commit 15358928 authored by Markus Reiter's avatar Markus Reiter
Browse files

Don't deprecate `Homebrew.args.value` yet.

parent 5d3881e1
No related branches found
No related tags found
No related merge requests found
......@@ -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 = <command>_args.parse` and pass `args` along the call chain"
@printed_args_warning = true
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