-
-
Notifications
You must be signed in to change notification settings - Fork 10.2k
Allow all cask options for brew reinstall
and brew upgrade
.
#8813
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the direction this is going in! ❤️ Maybe want to pull some changes suggested in #8808 into here. Thoughts on odeprecated
brew cask install
for the next release? brew info
is another case I mentioned to @whoiswillma for when brew info firefox
currently displays an error that'd be nice to change.
Library/Homebrew/cmd/install.rb
Outdated
@@ -139,20 +143,19 @@ def install_args | |||
end | |||
|
|||
formula_options | |||
min_named :formula | |||
min_named 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could this be :formula_or_cask
instead?
8b06dea
to
8b36384
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still a few unaddressed comments but much prefer the manpage changes, thanks for that ❤️
8b36384
to
d6b563e
Compare
115aa7a
to
10e3b63
Compare
brew style
with your changes locally?brew tests
with your changes locally?brew man
locally and committed any changes?Specify all missing cask options in
brew reinstall
andbrew upgrade
and treat all argument as casks if--cask
is specified.