dvm
dvm copied to clipboard
Add uninstall command
This would uninstall the specified version with the following behaviour:
- abort if any aliases exist
- abort if it's the current
use
version - abort if it's the default
use
version - otherwise, delete the version
I would like to have an uninstall command too! I usually implode dvm and install the latest version
I'd love to try to implement this.