Open Pe-te opened 3 years ago
I like this a lot! Perhaps using semantic versioning to compare versions 👌
Feel free to submit a pull request to implement this improvement 👍
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: https://github.com/xcpretty/xcode-install/pull/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: