fix: nushell spread operator (#1777)

Co-authored-by: Trevor Brown <Stratus3D@users.noreply.github.com>
This commit is contained in:
Andreas Steffan 2024-12-16 20:12:08 +01:00 committed by GitHub
parent c5116dca60
commit a0ce37b89b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,7 +107,7 @@ module asdf {
let flags = ($params | where enabled | get --ignore-errors flag | default '' )
^asdf plugin list $flags | lines | parse -r $template | str trim
^asdf plugin list ...$flags | lines | parse -r $template | str trim
}
# list all available plugins