deprecate brew-which

Closes Homebrew/homebrew#30311.
This commit is contained in:
Adam Vandenberg 2014-06-21 06:49:12 -07:00
parent 445dd80e44
commit dfe1c47531

View File

@ -2,6 +2,20 @@ require 'extend/pathname'
module Homebrew module Homebrew
def which_versions which_brews=nil def which_versions which_brews=nil
opoo <<-EOS.undent
brew-which is unsupported and may be removed soon.
To see which versions are installed:
brew list --versions
To query formula information see:
https://github.com/Homebrew/homebrew/wiki/Querying-Brew
For other uses please send a message to the mailing list describing
your use of this command, so a suggestion can be recommended or
implemented.
EOS
brew_links = Array.new brew_links = Array.new
version_map = Hash.new version_map = Hash.new