mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 09:38:16 -07:00
7fda291df0
For example `asdf shim-versions npm` will list the plugins and their versions on which the `npm` command is available. Based on #432
5 lines
85 B
Bash
5 lines
85 B
Bash
shim_versions_command() {
|
|
local shim_name=$1
|
|
shim_plugin_versions "$shim_name"
|
|
}
|