Make cli_args idiomatic
This commit is contained in:
parent
aa7da18d88
commit
73046d68ff
@ -180,8 +180,7 @@ module Homebrew
|
|||||||
elsif @table[flag].instance_of? Array
|
elsif @table[flag].instance_of? Array
|
||||||
"#{option}=#{@table[flag].join(",")}"
|
"#{option}=#{@table[flag].join(",")}"
|
||||||
end
|
end
|
||||||
end
|
end.freeze
|
||||||
@cli_args.freeze
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user