mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00

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 $*
|
|
|