 89717c9d90
			
		
	
	
		89717c9d90
		
	
	
	
	
		
			
			See: * http://github.com/mxcl/homebrew/issues/issue/1359 * http://github.com/mxcl/homebrew/issues/issue/1438
		
			
				
	
	
		
			10 lines
		
	
	
		
			138 B
		
	
	
	
		
			Ruby
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			138 B
		
	
	
	
		
			Ruby
		
	
	
		
			Executable File
		
	
	
	
	
| ARGV.formulae.each do |f|
 | |
|   f.options rescue next
 | |
|   puts f.name
 | |
|   f.options.each do |o|
 | |
|     puts o[0]
 | |
|     puts "\t"+o[1]
 | |
|   end
 | |
|   puts
 | |
| end
 |