parent
445dd80e44
commit
dfe1c47531
@ -2,6 +2,20 @@ require 'extend/pathname'
|
||||
|
||||
module Homebrew
|
||||
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
|
||||
version_map = Hash.new
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user