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
"Self uninstall doesn't work when swiftly has been installed externally. Please uninstall it from the source where you installed it in the first place."
29
+
message:"Self uninstall doesn't work when swiftly has been installed externally. Please uninstall it from the source where you installed it in the first place."
29
30
)
30
31
}
31
32
32
33
if !self.root.assumeYes {
33
34
await ctx.print("""
34
-
You are about to uninstall swiftly.
35
-
This will remove the swiftly binary and all the files in the swiftly home directory.
36
-
All installed toolchains will not be removed, if you want to remove them, please do so manually with `swiftly uninstall all`.
35
+
You are about to uninstall swiftly.
36
+
This will remove the swiftly binary and all files in the swiftly home directory.
37
+
Installed toolchains will not be removed. To remove them, run `swiftly uninstall all`.
0 commit comments