We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Similar to #4887.
Add an alias for scoop cache rm * which would be scoop cache rm --all
scoop cache rm *
scoop cache rm --all
Due to me using non standard shell (bash) on Windows, the * symbol gets expanded and Scoop won't see the symbol as an argument to the command.
*
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Feature Request
Similar to #4887.
Add an alias for
scoop cache rm *
which would bescoop cache rm --all
Is your feature request related to a problem? Please describe.
Due to me using non standard shell (bash) on Windows, the
*
symbol gets expanded and Scoop won't see the symbol as an argument to the command.The text was updated successfully, but these errors were encountered: