-
-
Notifications
You must be signed in to change notification settings - Fork 367
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
yay 12.0.0 regression: "invalid option: '--clean' and '--refresh' may not be used together" #2049
Comments
Hey @ChristophSchmidpeter this was an intended change to allow something like
I'll add it to the release notes I did find a bug that the wrong |
@Jguer is thera a new version with the patch? I'm using 12.0.4 version but |
Hey @Sherlock-Holo , use yay does not default to |
This should probably be added to error message, this is extremely confusing |
Add this to the error message, it is very confusing. |
Error message was removed as part of #2347 after almost a year of deprecation |
yay -Sc |
Affected Version
v12.0.0
Describe the bug
Entering
yay -c
oryay --clean
causes:error: invalid option: '--clean' and '--refresh' may not be used together
Reproduction Steps
yay -c
oryay --clean
Expected behavior
Clean of unneeded packages.
Output
error: invalid option: '--clean' and '--refresh' may not be used together
The text was updated successfully, but these errors were encountered: