Skip to content
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

[Bug] "scoop cleanup --all --cache" and "scoop cache rm --all differ? #6268

Open
milnak opened this issue Jan 9, 2025 · 0 comments
Open
Labels

Comments

@milnak
Copy link

milnak commented Jan 9, 2025

Maybe I'm misunderstanding, but I'd assume that these two would do the same thing, but it doesn't appear that they are?

scoop cleanup --all --cache calls Remove-Item "$cachedir\$app#*" -Exclude "$app#$current_version#*" and Remove-Item "$cachedir\*.download" -ErrorAction Ignore

scoop cache rm --all calls cacheremove $Args

should scoop cleanup --all --cache call cacheremove as well, or do these do two different things?

@milnak milnak added the bug label Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant