-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Mimic rustup override
behavior
#97
Comments
Either I'm having a stroke or I'm deeply not getting this. Can you provide some background as to how anything is related here, because I'm actually losing my mind? (You probably have some good points (there's six, at least one is bound to be good, but I actually have no idea what I'm reading.) |
@nabijaczleweli Nice, thanks for the comment, I will try my best to make it simpler. Let me start with
(Nice, just noticed that Currently,
Another possible implementation but without the
As well, it would be nice to specify the config files in the man pages that is used by |
Provide friendly experience for people using
rustup override
.set
to modifyunset
to remove from configlist
to list existing configPersonal expected behavior.
Default features true
clippy
should be removed from config, alternative torustup override unset --nonexistant
would be useful~/.cargo/.install_config.toml
by reading the source code)If this feature is useful though it might introduce breaking change, I can propose solution for it.
The text was updated successfully, but these errors were encountered: