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
To retrieve the currently in-use toolchain, users currently need to either visually parse the output of swiftly list or pipe it to grep use. To make this a bit easier, swiftly should print the in use toolchain if no arguments are provided to use.
e.g.
$ swiftly use
main-snapshot-2023-09-22 (in use)
The text was updated successfully, but these errors were encountered:
To retrieve the currently in-use toolchain, users currently need to either visually parse the output of
swiftly list
or pipe it togrep use
. To make this a bit easier, swiftly should print the in use toolchain if no arguments are provided touse
.e.g.
The text was updated successfully, but these errors were encountered: