mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
ec6662d4c0
Previous implementation exits abruptly when no version is installed for a plugin. This prevented the list command from listing the versions for some other plugins. This commit allows list command to continue executing even when no version is installed for some plugins. Example, plugin a with 1.0, b with none, and c with 2.0. Previous implementation: ``` $ asdf list a 1.0 b No versions installed ``` After commit changes: ``` $ asdf list a 1.0 b No versions installed c 2.0 ``` |
||
---|---|---|
.. | ||
commands | ||
utils.sh |