dn-vm / dnvm

dnvm is a command-line interface for installing and updating different dotnet SDKs
https://dnvm.net
MIT License
62 stars 7 forks source link

Preview vs preview breaks select #82

Closed 333fred closed 1 year ago

333fred commented 1 year ago

There are some casing issues with Preview vs preview in dnvm select: The former breaks, while the latter works:

image

agocke commented 1 year ago

I'll implement checking for this, so select only accepts valid inputs, and provides a list of the available ones. Would you prefer doing a case-insensitive match?

333fred commented 1 year ago

I'm perfectly fine with it only accepting correct casing, everything else on Linux works that way. The docs everywhere say Preview, but that apparently installed to a lower-case preview directory.