Skip to content

Commit

Permalink
fix: nushell spread operator
Browse files Browse the repository at this point in the history
  • Loading branch information
deas committed Sep 7, 2024
1 parent f00f759 commit c7de4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asdf.nu
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7de4e0

Please sign in to comment.