Mike McQuaid 3875f16782
Fix --formula and --cask flags.
These were all made `--formulae` and `--casks` for consistency but that
doesn't behave as expected because they have special behaviours in
`args`. Instead, use the singular form everywhere.
2020-08-07 09:53:30 +01:00
..
2020-08-06 16:13:14 +02:00
2020-08-07 09:53:30 +01:00
2020-08-04 00:22:30 +00:00
2020-08-06 16:13:14 +02:00
2020-08-06 16:13:14 +02:00
2020-08-05 20:26:13 +10:00
2020-08-06 16:13:14 +02:00
2020-08-06 16:13:14 +02:00
2020-08-03 18:16:26 -04:00
2020-08-06 16:13:14 +02:00
2020-08-06 16:13:14 +02:00
2020-08-06 16:14:07 +02:00
2020-08-06 16:13:14 +02:00
2020-08-06 16:13:14 +02:00
2020-08-06 16:13:14 +02:00
2020-08-06 16:13:14 +02:00
2020-07-30 03:21:12 +02:00
2020-08-06 16:13:14 +02:00
2020-08-06 12:24:10 +01:00
2020-08-06 16:13:14 +02:00
2020-08-06 16:13:14 +02:00
2020-08-06 16:13:14 +02:00

Homebrew's Formula API

This is the public API for Homebrew.

The main class you should look at is the {Formula} class (and classes linked from there). That's the class that's used to create Homebrew formulae (i.e. package descriptions). Assume anything else you stumble upon is private.

You may also find the Formula Cookbook and Ruby Style Guide helpful in creating formulae.

Good luck!