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

Remove multiple nim versions at once #321

Open
dlesnoff opened this issue Mar 11, 2023 · 0 comments
Open

Remove multiple nim versions at once #321

dlesnoff opened this issue Mar 11, 2023 · 0 comments

Comments

@dlesnoff
Copy link

dlesnoff commented Mar 11, 2023

Feature request

Would it be possible to remove multiple nim versions at once - with the remove command ?
Ex:

> choosenim show
1.2.10
1.4.12
1.6.8
1.6.10
1.6.12
> choosenim remove 1.6.10 1.6.8 1.4.12 1.2.10
> choosenim show
1.6.12

or:

> choosenim show
1.2.10
1.4.12
1.6.8
1.6.10
1.6.12
> choosenim remove all except 1.6.12
> choosenim show
1.6.12

and even:

> choosenim show
1.6.8
1.6.10
1.6.12
> choosenim remove 1.6.[10, 8]
> choosenim show
1.6.12

Internal Algorithm

Would this need to check that there is still at least one nim version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant