asdf/lib
Jochen Schalanda 57186be6d9
Support customizing plugin-add and plugin-remove
* Add support for custom `plugin-add` and `plugin-remove` in plugins
* Add configurable command hooks for plugin installation and removal

```shell
pre_asdf_plugin_remove = echo will remove plugin ${1}
pre_asdf_plugin_remove_foo = echo will remove plugin foo
post_asdf_plugin_remove = echo removed plugin ${1}
post_asdf_plugin_remove_foo = echo removed plugin foo
```

Closes #670
2020-03-21 14:59:33 +01:00
..
commands Support customizing plugin-add and plugin-remove 2020-03-21 14:59:33 +01:00
asdf.fish Subcommand-aware command line interface. 2019-11-27 12:17:17 -06:00
asdf.sh Allow eval only on asdf function at lib/asdf.sh. 2019-12-03 11:04:04 -06:00
utils.bash Default to empty version to avoid error on strict mode bash 2020-03-07 09:26:16 -03:00