You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current WIP implementation doesn't take platform into account when
listing available releases, which means it can print releases that are
not actually available for a given platform.
- Installing multiple toolchains, including both stable releases and snapshots
27
27
- Switching which installed toolchain is active (i.e. which one is discovered via `$PATH`)
28
-
- Updating installed toolchains to the latest available versions of those toolchains
28
+
- Updating installed toolchains to the latest available versions of those toolchains (not yet implemented)
29
29
- Uninstalling installed toolchains
30
-
- Listing the toolchains that are available to install
30
+
- Listing the toolchains that are available to install (not yet implemented)
31
31
32
32
## Current development status
33
33
@@ -169,6 +169,8 @@ Update replaces a given toolchain with a later version of that toolchain. For a
169
169
170
170
If no version is provided, update will update the currently selected toolchain to its latest version while removing the old version. The newly installed version will be used.
171
171
172
+
Note that this command isn't implemented yet, but it will be included in a future release.
173
+
172
174
```
173
175
$ swiftly update
174
176
```
@@ -207,6 +209,8 @@ swiftly update main-snapshot
207
209
208
210
The `list-available` command can be used to list the latest toolchains that Apple has made available to install.
209
211
212
+
Note that this command isn't implemented yet, but it will be included in a future release.
0 commit comments