dvm
dvm copied to clipboard
Dart Version Manager
This would uninstall the specified version with the following behaviour: 1. abort if any aliases exist 2. abort if it's the current `use` version 3. abort if it's the default...
This adds: * Bash completion * Renames internal functions to be prefixed `_` so they don't show up in `dv` * `dvm use ` will show list of installed versions...
Today, `dvm help` only ever displays the top-level usage, never anything command or sub-command specific: ``` % dvm help alias create usage: dvm [] ... ``` `dvm` does actually have...