 8adc188992
			
		
	
	
		8adc188992
		
			
		
	
	
	
	
		
			
			Import these from the homebrew/aliases tap and deprecate that tap. This required a little messing around with class/module/constant names to get `brew tests` and `brew typecheck` to play nicely. I added also added Sorbet type signatures and integration tests.
		
			
				
	
	
		
			7 lines
		
	
	
		
			110 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			110 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #! /bin/bash
 | |
| # alias: brew foo
 | |
| #:  * `foo` [args...]
 | |
| #:    `brew foo` is an alias for `brew bar`
 | |
| brew bar $*
 | |
| 
 |