-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Labels
linuxIssues related to implementing the Linux swiftly executableIssues related to implementing the Linux swiftly executable
Description
The uninstall
command accepts a toolchain selector and uninstalls all matching toolchain(s) after prompting for confirmation. The skeleton code for this command is already implemented, but the following need to be completed in the Linux platform implementation:
Platform.listToolchains
for getting the list of currently installed toolchains- This can probably be default-implemented on the
Platform
protocol, since all the information is coming fromconfig.json
anyways
- This can probably be default-implemented on the
Platform.uninstall
: basically just deletes thetoolchains/<toolchain name>
directory and removes it fromconfig.json
Metadata
Metadata
Assignees
Labels
linuxIssues related to implementing the Linux swiftly executableIssues related to implementing the Linux swiftly executable