Print license information in brew info

This commit is contained in:
William Ma 2020-06-10 12:29:54 -04:00
parent b07685291b
commit 864cc76b3b

View File

@ -211,6 +211,8 @@ module Homebrew
puts "From: #{Formatter.url(github_info(f))}"
puts "License: #{f.license}" if f.license
unless f.deps.empty?
ohai "Dependencies"
%w[build required recommended optional].map do |type|