-
Notifications
You must be signed in to change notification settings - Fork 243
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
filter xcversion list by range of versions #426
Comments
I like this a lot! Perhaps using semantic versioning to compare versions 👌 Feel free to submit a pull request to implement this improvement 👍 |
Awesome, my ruby-fu is just not strong enough. 😢 Hopefully someone can make this happen. |
As far as I understand the code, Tony Li added the missing option? How do we get it into master? |
@Pe-te , we'd need a PR to be open containing @crazytonyli's changes so we can review, test and merge them 😊 |
FYI, I've opened a PR here: #438 |
Hi, I'd like to always have all versions from Xcode 10 upwards installed, so I use this regex to find the missing ones:
xcversion list | grep -E '^[0-9]{2,}(.[0-9]+)*$'
But it would be really great, if we could have those as parameters for the list command instead:
The text was updated successfully, but these errors were encountered: