From b922ebec2a461c984491a32e63951026f5009858 Mon Sep 17 00:00:00 2001 From: Samuel Cochran Date: Thu, 6 Feb 2020 09:57:49 +1100 Subject: [PATCH] Add `--interactive` to `brew upgrade` --- Library/Homebrew/cmd/upgrade.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Library/Homebrew/cmd/upgrade.rb b/Library/Homebrew/cmd/upgrade.rb index 7ff9cba77e..97b8fb1f3e 100644 --- a/Library/Homebrew/cmd/upgrade.rb +++ b/Library/Homebrew/cmd/upgrade.rb @@ -28,6 +28,10 @@ module Homebrew "or a shell inside the temporary build directory." switch "-s", "--build-from-source", description: "Compile from source even if a bottle is available." + switch "-i", "--interactive", + description: "Download and patch , 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", 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."