Merge pull request #5342 from MikeMcQuaid/reinstall-from-source

reinstall: add build-from-source switch.
This commit is contained in:
Mike McQuaid 2018-11-24 20:58:35 +00:00 committed by GitHub
commit 2063a8a4d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,8 @@ module Homebrew
If `HOMEBREW_INSTALL_CLEANUP` is set then remove previously installed versions
of upgraded <formulae> as well as the HOMEBREW_CACHE for that formula.
EOS
switch "-s", "--build-from-source",
description: "Compile the formula> from source even if a bottle is available."
switch "--display-times",
description: "Print install times for each formula at the end of the run."
switch :verbose