separate the brew info for multiple formulae
Closes Homebrew/homebrew#27311. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
d30b118631
commit
4303817ec7
@ -24,7 +24,8 @@ module Homebrew extend self
|
||||
puts "#{HOMEBREW_CELLAR.children.length} kegs, #{HOMEBREW_CELLAR.abv}"
|
||||
end
|
||||
else
|
||||
ARGV.named.each do |f|
|
||||
ARGV.named.each_with_index do |f,i|
|
||||
puts unless i == 0
|
||||
begin
|
||||
info_formula Formula.factory(f)
|
||||
rescue FormulaUnavailableError
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user