asdf-vm/asdf

Add a reinstall command

Open

#244 opened on Oct 23, 2017

View on GitHub
 (9 comments) (17 reactions) (0 assignees)Go (23,759 stars) (881 forks)batch import
enhancementhelp wanted

Description

Sometimes, especially during development and troubleshooting, it would be nice to be able to reinstall a version in a similar manner to Homebrew. In its primitive form, it could be just uninstall and install chain, but take further, it could be done transactionally, too, i.e. a failure to install won't remove the previous instance.

Contributor guide