brew environment alias to --env; like gem
This commit is contained in:
parent
e0639f1588
commit
0d92987935
4
bin/brew
4
bin/brew
@ -61,7 +61,9 @@ begin
|
|||||||
'configure' => :diy,
|
'configure' => :diy,
|
||||||
'abv' => :info,
|
'abv' => :info,
|
||||||
'dr' => :doctor,
|
'dr' => :doctor,
|
||||||
'--repo' => '--repository'}
|
'--repo' => '--repository',
|
||||||
|
'environment' => '--env' # same as gem
|
||||||
|
}
|
||||||
|
|
||||||
cmd = ARGV.shift
|
cmd = ARGV.shift
|
||||||
cmd = aliases[cmd] if aliases[cmd]
|
cmd = aliases[cmd] if aliases[cmd]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user