Skip to content

Commit a69ae90

Browse files
authored
fix(scoop-completion): mark scoop cache rm apps parameter as optional (#1163)
It doesn’t make sense having to pass `apps` when the `--all` parameter is on.
1 parent 9895dad commit a69ae90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom-completions/scoop/scoop-completions.nu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ export extern "scoop cache show" [
679679

680680
# Clear the download cache
681681
export extern "scoop cache rm" [
682-
apps: string@scoopInstalledAppsWithStar # apps in question
682+
apps?: string@scoopInstalledAppsWithStar # apps in question
683683
--all (-a) # Clear all apps (alternative to '*')
684684
]
685685

0 commit comments

Comments
 (0)