Setup: * Create `.dvmrc` file with a version that isn't installed yet: `echo v1.8.0 > .dvmrc` * Run `dvm use` Expected: An error eg: 1.8.0 is not installed yet - please install using `dvm install` Actual: `dvm help` is shown.