asdf/lib/commands/shim_versions.sh
Victor Hugo Borja 7fda291df0 Add asdf shim-versions command (#380)
For example `asdf shim-versions npm` will list the plugins and their
versions on which the `npm` command is available.

Based on #432
2019-01-19 13:31:26 -06:00

5 lines
85 B
Bash

shim_versions_command() {
local shim_name=$1
shim_plugin_versions "$shim_name"
}