Error: Invalid usage: The upgrade subcommand does not accept the -f switch.
#6854
Unanswered
rgoldberg
asked this question in
Everyday usage
Replies: 1 comment 2 replies
-
|
This may be a regression from Homebrew/brew#22280. It may be worth filing an issue at Homebrew/brew. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew configOutput of
brew doctorDescription of issue
I just started getting the following error when running:
I didn't get the error last week, so I assume the problem is from 5.1.11 or maybe commits since then.
I assume that the change was intentional, but I just wanted to note that
brew bundle upgrade -fq&brew bundle install --upgrade -fqhave different behavior, when (according to the usage info) the former should be shorthand for the latter.Should
brew bundle install --upgrade -fqalso output an error?Beta Was this translation helpful? Give feedback.
All reactions