Add brew/versions and brew/dupes to search
This commit is contained in:
parent
88604e1bb1
commit
c346ebd948
@ -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..."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user