asdf/lib/commands
Victor Hugo Borja 9a79ac9526 user configurable pre-post command hooks
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: ${@}
```
2019-01-19 13:32:07 -06:00
..
current.sh Fix shellcheck warnings on OSX 2018-12-20 17:25:30 -05:00
help.sh Remove shebangs from lib files and pass bash dialect to shellcheck 2017-10-01 11:34:35 -04:00
install.sh user configurable pre-post command hooks 2019-01-19 13:32:07 -06:00
list-all.sh Remove shebangs from lib files and pass bash dialect to shellcheck 2017-10-01 11:34:35 -04:00
list.sh Continue list even when version is not found 2018-12-28 09:21:43 +08:00
plugin-add.sh Add config option to install plugins in $HOME/.asdf 2018-08-11 15:37:56 +02:00
plugin-list-all.sh Optimise listing all plugins 2018-10-27 20:05:02 +01:00
plugin-list.sh Fix asdf current behaviour 2018-10-04 21:00:29 +02:00
plugin-push.sh Add config option to install plugins in $HOME/.asdf 2018-08-11 15:37:56 +02:00
plugin-remove.sh Add config option to install plugins in $HOME/.asdf 2018-08-11 15:37:56 +02:00
plugin-test.sh Add support for the --asdf-tool-version flag to the plugin-test command. 2018-10-20 11:48:10 -04:00
plugin-update.sh Add config option to install plugins in $HOME/.asdf 2018-08-11 15:37:56 +02:00
reshim.sh user configurable pre-post command hooks 2019-01-19 13:32:07 -06:00
uninstall.sh Remove shebangs from lib files and pass bash dialect to shellcheck 2017-10-01 11:34:35 -04:00
update.sh Exit 1 for failed update 2018-12-01 21:17:27 -05:00
version_commands.sh Implement 'asdf local -p'. 2018-10-19 20:41:49 -04:00
where.sh Make where command default to current version 2018-10-28 17:47:21 +00:00
which.sh Address shellcheck warnings 2019-01-05 11:10:59 -05:00