Dawid Dziurla dd8e6f42a2
Merge pull request #8401 from cstyles/fix-outdated-command
Switch `greedy` argument to a keyword
2020-08-19 19:41:30 +02:00
..
2019-02-27 14:02:46 +00:00
2020-08-19 17:12:32 +01:00
2020-08-19 17:12:32 +01:00
2020-08-17 15:02:04 +01:00
2020-08-19 17:12:32 +01:00
2020-07-13 23:24:14 +10:00
2020-07-13 23:24:14 +10:00
2020-08-19 17:12:32 +01:00
2020-08-13 05:15:15 +02:00
2020-08-19 12:48:50 -04:00
2020-08-19 10:51:58 +01:00
2020-08-18 15:58:46 +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
2020-08-09 01:34:07 +02:00
2020-08-19 17:12:32 +01:00
2020-08-19 17:12:32 +01:00
2020-08-19 17:12:32 +01:00
2020-08-19 17:12:32 +01:00
2020-08-06 16:14:07 +02:00
2020-08-06 16:13:14 +02:00
2020-08-14 18:50:17 +02:00
2019-10-03 09:22:44 +02:00
2020-08-19 17:12:32 +01:00
2020-08-19 17:12:32 +01:00
2020-08-19 17:12:32 +01:00
2020-08-09 12:03:30 +01:00
2020-07-10 10:32:30 -07:00
2020-08-06 16:13:14 +02:00
2020-08-17 19:17:18 +02:00
2020-08-19 17:12:32 +01:00
2020-08-12 00:45:01 +02:00
2019-04-20 13:27:36 +09:00
2020-08-06 16:13:14 +02:00
2020-06-18 20:15:07 +02:00
2019-03-28 21:15:50 +00:00
2020-08-19 17:12:32 +01:00
2020-08-19 17:12:32 +01:00
2020-04-07 09:58:26 +01:00
2020-07-13 23:24:14 +10:00
2020-08-19 17:12:32 +01:00
2020-08-18 15:58:00 +01:00
2020-08-06 16:13:14 +02:00
2020-08-10 06:13:27 +02:00
2020-08-19 17:12:32 +01: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!