Add brew/versions and brew/dupes to search

This commit is contained in:
Max Howell 2012-03-18 01:23:15 +00:00
parent 88604e1bb1
commit c346ebd948

View File

@ -31,6 +31,8 @@ module Homebrew extend self
$found = search_results.length $found = search_results.length
puts_columns search_tap "adamv", "alt", rx puts_columns search_tap "adamv", "alt", rx
puts_columns search_tap "josegonzalez", "php", rx puts_columns search_tap "josegonzalez", "php", rx
puts_columns search_tap "Homebrew", "versions", rx
puts_columns search_tap "Homebrew", "dupes", rx
if $found == 0 and not blacklisted? query if $found == 0 and not blacklisted? query
puts "No formula found for \"#{query}\". Searching open pull requests..." puts "No formula found for \"#{query}\". Searching open pull requests..."