Problem you are trying to solve
My dotfiles are carefully tracked and managed by chezmoi. It would be nice if there's a way to tell rustup not to mess with it during uninstall, much like the option during install.
Solution you'd like
Add a --no-modify-path option for rustup self uninstall.
Notes
Seems like a rather simple addition. I can submit a PR.
I'm also open to naming the option something else. Bikeshedding welcomed.
Problem you are trying to solve
My dotfiles are carefully tracked and managed by chezmoi. It would be nice if there's a way to tell rustup not to mess with it during uninstall, much like the option during install.
Solution you'd like
Add a
--no-modify-pathoption forrustup self uninstall.Notes
Seems like a rather simple addition. I can submit a PR.
I'm also open to naming the option something else. Bikeshedding welcomed.