You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yay --clean doesn't work anymore. It claims that clean and refresh cannot be used together, but I'm not passing --refresh. It's like refresh started being enabled by default.
$ yay --clean
error: invalid option: '--clean' and '--refresh' may not be used together
->exit status 1
Reproduction Steps
Run yay --clean.
Observe error.
Expected behavior
I would have expected that no error is printed, and that dependencies are removed, just as before.
Output
$ yay --clean --debug
[DEBUG:runner] running /sbin/sudo pacman --debug -S --clean -y -u --config /etc/pacman.conf --
error: invalid option: '--clean' and '--refresh' may not be used together
->exit status 1
Affected Version
Describe the bug
yay --clean
doesn't work anymore. It claims that clean and refresh cannot be used together, but I'm not passing--refresh
. It's like refresh started being enabled by default.Reproduction Steps
yay --clean
.Expected behavior
I would have expected that no error is printed, and that dependencies are removed, just as before.
Output
The text was updated successfully, but these errors were encountered: