reinstall: Add verbose flag

This commit is contained in:
Gautham Goli 2018-11-13 17:28:22 +05:30
parent 323556c27f
commit 75aae9c8a8
No known key found for this signature in database
GPG Key ID: 6A9ABBC284468364

View File

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