-
Notifications
You must be signed in to change notification settings - Fork 31
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 option for removing binaries and / or "everything" as well #77
Comments
What would be the difference between this and Anyway, I think this is the same as #90, which you can emulate today with |
Yes, this is the same as #90 |
I'm using |
@Systemcluster how does cargo-clean-all differ from cargo-sweep? if it does everything this project does I wonder if we should just archive the project and point people there 🤔 |
Would you consider adding a new flag for removing the binary and / or a "remove everything" flag?
Sometimes I am out of disk space, and I just want to nuke everything, but since I have several projects going at once, cargo-sweep will leave multiple files behind, some of which are several hundred megabytes (debug builds with debug symbols and sources for iOS).
I think it would be handy with a
--nuke
option (there's probably a better name....) to just remove everything from the/target
folders.Thanks
The text was updated successfully, but these errors were encountered: