1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-01 14:47:47 +00:00

custom completions: scoop: fix list sub command (#291)

`scoop list` can be call without any parameters.
This commit is contained in:
e2dk4r 2022-09-07 17:12:45 +00:00 committed by GitHub
parent 50538936fc
commit d160647359
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -114,7 +114,7 @@ export extern "scoop" [
# Lists all installed apps, or the apps matching the supplied query.
export extern "scoop list" [
query: string@scoopInstalledApps # string that will be matched
query?: string@scoopInstalledApps # string that will be matched
--help(-h) # Show help for this command.
]