dfinity / dfxvm

dfx version manager
Apache License 2.0
7 stars 5 forks source link

feat: self uninstall #57

Closed ericswanson-dfinity closed 8 months ago

ericswanson-dfinity commented 8 months ago

Description

Adds the self uninstall command.

Fixes https://dfinity.atlassian.net/browse/SDK-1273

Note to reviewers: the only thing I'm not super stoked about is the profile cleanup. Specifically, it will find a line like # . <data-local-dir>/env and change it to #. On the other hand, this is what rustup does, and I suppose it works well enough for them. The same kind of thing comes up during install: A commented-out line in a profile script will cause dfxvm-init not to add the source command to the profile script.

How Has This Been Tested?

Added a test

Checklist: