Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
After installing asdf.nu in my nushell config, running `asdf plugin list` gives me the following error: ❯ asdf plugin list Error: nu::shell::cannot_pass_list_to_external × Lists are not automatically spread when calling external commands ╭─[/opt/asdf-vm/asdf.nu:110:27] 109 │ 110 │ ^asdf plugin list $flags | lines | parse -r $template | str trim · ───┬── · ╰── Spread operator (...) is necessary to spread lists 111 │ } ╰──── help: Either convert the list to a string or use the spread operator, like so: ...$flags This change fixes the error.
- Loading branch information