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:
parent
50538936fc
commit
d160647359
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue