asdf/lib/commands/command-shim-versions.bash

9 lines
127 B
Bash

# -*- sh -*-
shim_versions_command() {
local shim_name=$1
shim_plugin_versions "$shim_name"
}
shim_versions_command "$@"