We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
scoop cache rm
1 parent 9895dad commit a69ae90Copy full SHA for a69ae90
custom-completions/scoop/scoop-completions.nu
@@ -679,7 +679,7 @@ export extern "scoop cache show" [
679
680
# Clear the download cache
681
export extern "scoop cache rm" [
682
- apps: string@scoopInstalledAppsWithStar # apps in question
+ apps?: string@scoopInstalledAppsWithStar # apps in question
683
--all (-a) # Clear all apps (alternative to '*')
684
]
685
0 commit comments