Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

std/installer: add basic uninstaller #3804

Closed

Conversation

kevinkassimo
Copy link
Contributor

@kevinkassimo kevinkassimo commented Jan 27, 2020

Add a very basic uninstaller that mirrors the installer, making removal slightly easier.

(Technically this is similar to rm $(which file_server), but based on Gitter conversations it seems that not everyone is familiar with using the shell, and the command might remove other binaries of same name)

@nayeemrmn
Copy link
Collaborator

Maybe this should be a flag on install?

@kevinkassimo
Copy link
Contributor Author

kevinkassimo commented Jan 27, 2020

@nayeemrmn I feel having a flag like deno install -D [exe_name] would feel quite confusing (since doing the opposite thing)... IMHO we can add a separate deno uninstall [exe_name] if this PR is accepted.

@ry
Copy link
Member

ry commented Jan 28, 2020

@kevinkassimo thanks - waiting to land #3806 first - maybe its better if this is done in rust - but let's just wait until that patch lands.

@kevinkassimo
Copy link
Contributor Author

@ry Sure. I'll probably reimplement in Rust if that PR is accepted.

@ry
Copy link
Member

ry commented Jan 30, 2020

FYI #3806 has been landed

@kevinkassimo
Copy link
Contributor Author

See #3850

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants