Markus Reiter 8d97029b03
Merge pull request #8084 from reitermarkus/cli-parser
Refactor usage of global `Homebrew.args`.
2020-07-30 11:44:12 +02:00
..
2020-07-17 20:45:54 +10:00
2020-07-30 03:21:12 +02:00
2020-07-13 23:24:14 +10:00
2020-07-13 23:24:14 +10:00
2020-07-24 09:33:30 +01:00
2020-07-02 10:22:54 +01:00
2020-04-07 09:58:26 +01:00
2020-07-30 03:21:12 +02:00
2020-05-23 14:38:58 +01:00
2020-07-20 15:30:33 +01:00
2020-07-22 22:47:42 -04:00
2020-07-28 20:24:19 -04:00
2020-07-07 12:23:29 +01:00
2020-07-30 10:12:34 +02:00
2020-07-30 10:12:34 +02:00
2020-05-23 19:39:11 +01:00
2020-07-10 10:32:30 -07:00
2020-06-25 11:59:42 -04:00
2020-07-30 03:21:12 +02:00
2020-07-20 13:18:09 -04:00
2020-05-31 13:52:55 +05:30
2020-06-02 09:49:23 +01:00
2020-07-30 03:21:12 +02:00
2020-06-18 20:15:07 +02:00
2020-06-10 19:29:04 +02:00
2020-04-07 09:58:26 +01:00
2020-07-13 23:24:14 +10:00
2020-07-13 23:24:14 +10:00
2020-06-02 09:49:23 +01:00
2020-03-13 21:16:18 +00:00
2020-07-30 03:21:12 +02:00
2020-06-25 11:59:42 -04: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!