Tweak ARGV.usage
This commit is contained in:
parent
354a176543
commit
7c2841543d
@ -69,30 +69,38 @@ module HomebrewArgvExtension
|
|||||||
|
|
||||||
def usage; <<-EOS.undent
|
def usage; <<-EOS.undent
|
||||||
Usage: brew command [formula] ...
|
Usage: brew command [formula] ...
|
||||||
Usage: brew [--prefix] [--cache] [--version|-v]
|
|
||||||
Usage: brew [--verbose|-v]
|
|
||||||
|
|
||||||
Principle Commands:
|
Principle Commands:
|
||||||
install formula ... [--ignore-dependencies] [--HEAD|-H]
|
install formula ... [--ignore-dependencies] [--HEAD]
|
||||||
list [--unbrewed] [formula] ...
|
list [--unbrewed|--versions] [formula] ...
|
||||||
search [/regex/] [substring]
|
search [/regex/] [substring]
|
||||||
uninstall formula ...
|
uninstall formula ...
|
||||||
update
|
update
|
||||||
|
|
||||||
Other Commands:
|
Other Commands:
|
||||||
cleanup [formula]
|
info formula [--github]
|
||||||
|
deps formula
|
||||||
|
uses formula [--installed]
|
||||||
home formula ...
|
home formula ...
|
||||||
info [formula] [--github]
|
cleanup [formula]
|
||||||
link formula ...
|
link formula ...
|
||||||
|
unlink formula ...
|
||||||
outdated
|
outdated
|
||||||
prune
|
prune
|
||||||
unlink formula ...
|
doctor
|
||||||
|
|
||||||
|
Informational:
|
||||||
|
--version
|
||||||
|
--config
|
||||||
|
--prefix [formula]
|
||||||
|
--cache [formula]
|
||||||
|
|
||||||
Commands useful when contributing:
|
Commands useful when contributing:
|
||||||
create URL
|
create URL
|
||||||
edit [formula]
|
edit [formula]
|
||||||
|
audit [formula]
|
||||||
log formula
|
log formula
|
||||||
install formula [--debug|-d] [--interactive|-i] [--verbose|-v]
|
install formula [-vd|-i]
|
||||||
|
|
||||||
For more information:
|
For more information:
|
||||||
man brew
|
man brew
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user