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

Add possibility to revert the override #130

Open
teamplayer3 opened this issue Sep 12, 2024 · 3 comments · May be fixed by #133
Open

Add possibility to revert the override #130

teamplayer3 opened this issue Sep 12, 2024 · 3 comments · May be fixed by #133
Assignees
Labels
good first issue Good for newcomers

Comments

@teamplayer3
Copy link

teamplayer3 commented Sep 12, 2024

I think the title describes it well. It would be cool to revert an override. This could be done by hand, by removing the line, but it would standardize the process of handling the overrides.

CLI

cargo rm-override -p <package-name>
@eopb
Copy link
Owner

eopb commented Sep 12, 2024

Thanks for opening this issue. I agree this would be great to have. I'd probably go for cargo rm-override -p <pkgid> rather than a --revert flag to closer match what cargo already has for cargo add and cargo remove.

This shouldn't be too hard to implement so I'll label this issue "good first issue"

@eopb eopb added the good first issue Good for newcomers label Sep 12, 2024
@teamplayer3
Copy link
Author

I will start working on it.

@eopb
Copy link
Owner

eopb commented Sep 12, 2024

Awesome! Let me know if you run into any issues

@teamplayer3 teamplayer3 linked a pull request Sep 12, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants