mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 09:38:16 -07:00
9a79ac9526
Suppose a `foo` plugin is installed and provides a `bar` executable. The following hooks will be executed when set in `.asdfrc`: ```shell post_asdf_install_foo = echo installed foo version ${1} post_asdf_reshim_foo = echo reshimmed foo version ${1} pre_foo_bar = echo about to execute command bar from foo with args: ${@} post_foo_bar = echo just executed command bar from foo with args: ${@} ``` |
||
---|---|---|
.. | ||
current.sh | ||
help.sh | ||
install.sh | ||
list-all.sh | ||
list.sh | ||
plugin-add.sh | ||
plugin-list-all.sh | ||
plugin-list.sh | ||
plugin-push.sh | ||
plugin-remove.sh | ||
plugin-test.sh | ||
plugin-update.sh | ||
reshim.sh | ||
uninstall.sh | ||
update.sh | ||
version_commands.sh | ||
where.sh | ||
which.sh |