Mike McQuaid 8adc188992
Import brew alias and brew unalias commands
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.
2025-02-07 14:31:50 +00:00

7 lines
110 B
Bash
Executable File

#! /bin/bash
# alias: brew foo
#: * `foo` [args...]
#: `brew foo` is an alias for `brew bar`
brew bar $*