Adam Vandenberg
ef1f45fbc3
Document brew options
2010-09-08 05:27:09 -07:00
David Höppner
6907bdae01
Update help options
2010-09-04 12:48:37 +02:00
Adam Vandenberg
7c2841543d
Tweak ARGV.usage
2010-08-11 21:15:59 -07:00
Brent Fitzgerald
d85ff377f3
Changing the magic &:downcase back to regular block.
...
Fixes Homebrew/homebrew#2089
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
(This is needed for 10.5 support.)
2010-08-08 18:26:13 -07:00
Adam Vandenberg
e2f0e1a26f
Resolve aliases in 'brew edit'.
2010-08-07 22:15:29 -07:00
Adam Vandenberg
f990f083e8
ARGV - rename method that conflicts with optparse
...
optparse adds an "options" method to ARGV, and so does Homebrew.
Rename this method (and remove optparse blocking script) so that
Homebrew plays nicer with external Ruby software.
This fixes the issue where "gem install thin" would break
"brew server", for instance.
2010-08-07 18:08:51 -07:00
Max Howell
28504229aa
Resolve aliases in ARGV extension.
...
* This allows most brew commands to automatically accept aliases.
2010-08-07 18:08:49 -07:00
Adam Vandenberg
21c37fbac6
Add ARGV.build_head? and use it.
...
This allows both "--HEAD" and "-H" to be used consistently, which was the
intention in the first place.
2010-07-16 09:09:39 -07:00
Adam Vandenberg
b5ba49b90e
Usage should mention manpage.
2010-07-09 12:16:06 -07:00
Max Howell
799dd7108e
String.undent for prettier HEREDOCs
2010-03-07 17:57:05 +00:00
Adam Vandenberg
a9b19f0255
Move license block to separate LICENSE file.
2010-03-01 11:41:24 -08:00
Max Howell
1dfab1350a
Add outdated to brew help
...
Also rearrange and alphabetise.
2010-02-27 16:06:05 +00:00
Ben Bleything
e4b60cd3cd
remove the nonexistant list --brewed flag from the help output.
...
Resolves mxcl/homebrew#158 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-01-29 23:48:46 -08:00
Max Howell
3bf6c5f9c9
Document brew cleanup
2010-01-18 08:36:10 +00:00
Max Howell
590f64e302
Don't error out if .DS_Store is in a keg
2009-11-09 17:55:06 +00:00
Max Howell
2dc17b19f4
List --HEAD/-H in brew usage
2009-11-08 15:21:14 +00:00
Max Howell
8f46b32d26
Raise if ARGV.next is out of bounds
2009-11-07 18:22:33 +00:00
Max Howell
78d7cbc812
Slightly better ARGV.usage for contribution
2009-11-07 18:22:33 +00:00
Max Howell
8081a95c4a
Better errors if missing keg or formula arguments
2009-11-07 18:22:33 +00:00
Max Howell
03ca3e24d0
Don't throw if named.empty?
...
Generally this isn't desired or useful.
2009-11-07 18:22:33 +00:00
Max Howell
0cc45884bb
Fixes Homebrew/homebrew#106 ; Don't downcase ARGV.named
2009-11-04 16:27:37 +00:00
Max Howell
543a113712
Some subdirs and renames to aid homebrew n00bs
...
The classes better reflect their contents. I'm sure this change may be
contentious, but I am a sucker for trying to create source bases that are easy
to get to grips with and easy to navigate.
brewkit.rb is now a deprecated file.
2009-10-15 16:51:53 +01:00