Mike McQuaid f4af833714 Revert "upgrade: announce usage of --all."
This reverts commit 9032f165bec3d0c7452169093fab32578816043b.

This seems to have been universally unpopular so let's revert it.

Closes Homebrew/homebrew#40372.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-06-05 14:20:21 +01:00
..
2015-04-07 22:48:55 +08:00
2015-05-21 13:55:02 +01:00
2015-05-08 14:41:38 +08:00
2015-06-02 16:45:43 +08:00
2015-05-29 17:01:53 +08:00
2015-03-04 23:20:13 +08:00
2015-05-17 19:22:08 -04:00
2015-05-29 17:02:23 +08:00
2015-05-08 14:37:15 +08:00
2015-04-27 20:39:20 -04:00
2015-06-02 10:09:10 +01:00
2015-06-01 20:08:41 +08:00
2015-03-12 15:19:02 +00:00
2015-04-15 19:51:54 +08:00
2015-05-08 14:37:15 +08:00
2015-05-10 17:39:53 +08:00
2015-06-02 16:45:43 +08:00
2015-06-02 09:09:04 -07:00
2015-04-15 19:51:54 +08:00
2015-03-27 20:07:50 -04:00

Homebrew Public API

We're (finally) working on a documented public API for Homebrew. It's currently a work in progress; a bunch of public stuff is documented and a bunch of private stuff is undocumented. Sorry about that!

The main class you should look at is {Formula}. Assume everything else is private for now.