We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea51061 commit 8905be5Copy full SHA for 8905be5
custom-completions/scoop/scoop-completions.nu
@@ -48,7 +48,7 @@ def scoopAvailableApps [] {
48
let all = (scoopAllApps)
49
let installed = (scoopInstalledApps)
50
51
- $all | where not ($it in $installed)
+ $all | where $it not-in $installed
52
}
53
54
# list of all config options
0 commit comments