Whenever I install a new version of xcode, I always want to select it at the same time. It'd be great if we could combine the `select` with the install. ```bash > xcodes install 13.1 --select # or > xcodes install --latest --select ```