Support ENV[VERBOSE]
This commit is contained in:
parent
ebb894073d
commit
abf55c2bcd
@ -71,7 +71,7 @@ module HomebrewArgvExtension
|
||||
flag? '--force'
|
||||
end
|
||||
def verbose?
|
||||
flag? '--verbose' or ENV['HOMEBREW_VERBOSE']
|
||||
flag? '--verbose' or ENV['VERBOSE'] or ENV['HOMEBREW_VERBOSE']
|
||||
end
|
||||
def debug?
|
||||
flag? '--debug' or ENV['HOMEBREW_DEBUG']
|
||||
|
Loading…
x
Reference in New Issue
Block a user