Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically pick the right minor and patch versions. #10

Closed
Industrial opened this issue Apr 3, 2021 · 0 comments · Fixed by #18
Closed

Automatically pick the right minor and patch versions. #10

Industrial opened this issue Apr 3, 2021 · 0 comments · Fixed by #18

Comments

@Industrial
Copy link

Hi!

I've used Node.js's nvm and it auto selects versions if you supply a partial one. It would be neat if lenv did this too;

lenv install 5.1 => installs 5.1.5

lenv install 5 => installs 5.4.3 (current latest version)

lenv install latest => installs 5.4.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants