mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
6 lines
151 B
Bash
6 lines
151 B
Bash
# -*- sh -*-
|
|
|
|
# shellcheck source=lib/commands/version_commands.bash
|
|
. "$(dirname "$ASDF_CMD_FILE")/version_commands.bash"
|
|
version_command global "$@"
|