Add --interactive to brew upgrade

This commit is contained in:
Samuel Cochran 2020-02-06 09:57:49 +11:00
parent b9a90e355b
commit b922ebec2a
No known key found for this signature in database
GPG Key ID: 1A36ACA1BDECD23E

View File

@ -28,6 +28,10 @@ module Homebrew
"or a shell inside the temporary build directory." "or a shell inside the temporary build directory."
switch "-s", "--build-from-source", switch "-s", "--build-from-source",
description: "Compile <formula> from source even if a bottle is available." description: "Compile <formula> from source even if a bottle is available."
switch "-i", "--interactive",
description: "Download and patch <formula>, then open a shell. This allows the user to "\
"run `./configure --help` and otherwise determine how to turn the software "\
"package into a Homebrew package."
switch "--force-bottle", switch "--force-bottle",
description: "Install from a bottle if it exists for the current or newest version of "\ description: "Install from a bottle if it exists for the current or newest version of "\
"macOS, even if it would not normally be used for installation." "macOS, even if it would not normally be used for installation."