Merge pull request #5320 from GauthamGoli/reinstall-verbose

reinstall: Add verbose flag
This commit is contained in:
Gautham Goli 2018-11-14 12:28:43 +05:30 committed by GitHub
commit b18deb1aa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,7 @@ module Homebrew
EOS
switch "--display-times",
description: "Print install times for each formula at the end of the run."
switch :verbose
switch :debug
end
end