mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
f79dda865a
Previously, if we ran a command like `asdf install` and we encountered a plugin that didn't exist, asdf produces an error saying "No such plugin". Without knowing which plugin it could be referring too, we'd have to manually go through each plugin in `.tool-versions` to find the culprit. With this commit, we'll now also include the plugin name as part of the messaging for easier debugging. |
||
---|---|---|
.. | ||
fixtures | ||
banned_commands.bats | ||
current_command.bats | ||
get_asdf_config_value.bats | ||
install_command.bats | ||
list_command.bats | ||
plugin_commands.bats | ||
plugin_list_all_command.bats | ||
remove_command.bats | ||
reshim_command.bats | ||
test_helpers.bash | ||
uninstall_command.bats | ||
update_command.bats | ||
utils.bats | ||
version_commands.bats | ||
which_command.bats |