dvm icon indicating copy to clipboard operation
dvm copied to clipboard

Dart Version Manager

Results 4 dvm issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement