-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
Verbose option stopped working (-v
shows version, --verbose
unknown command)
#17240
Closed
3 tasks done
Comments
Can't reproduce:
|
Likely caused by 97ad356 which changed the |
This is also the case in 4.2.19 and 4.2.20. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
brew doctor
outputVerification
brew doctor
output" above saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
twice and am still able to reproduce my issue.brew install wget
. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead.brew config
outputWhat were you trying to do (and why)?
Ran an alias that I periodically run, which resolves to
brew -v update && brew -v upgrade && brew -v cleanup --prune=5
Then when I saw a weird behavior I ran
brew -v update
andbrew --verbose update
.This behavior started today. As I mentioned this is an alias I run daily and it always worked until today.
What happened (include all command output)?
Instead of updating (or doing any other command I executed) it printed the version:
What did you expect to happen?
Running my command with verbose output.
Step-by-step reproduction instructions (by running
brew
commands)The text was updated successfully, but these errors were encountered: