diff --git a/custom-completions/scoop/scoop-completions.nu b/custom-completions/scoop/scoop-completions.nu index be90c5f6..7f445e52 100644 --- a/custom-completions/scoop/scoop-completions.nu +++ b/custom-completions/scoop/scoop-completions.nu @@ -679,7 +679,7 @@ export extern "scoop cache show" [ # Clear the download cache export extern "scoop cache rm" [ - apps: string@scoopInstalledAppsWithStar # apps in question + apps?: string@scoopInstalledAppsWithStar # apps in question --all (-a) # Clear all apps (alternative to '*') ]