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