asdf/lib/commands/command-plugin-update.bash
2022-05-17 09:03:02 -04:00

9 lines
165 B
Bash

# -*- sh -*-
set -o nounset
# shellcheck source=lib/functions/plugins.bash
. "$(dirname "$(dirname "$0")")/lib/functions/plugins.bash"
plugin_update_command "$@"