holmgr / cargo-sweep

A cargo subcommand for cleaning up unused build files generated by Cargo
MIT License
729 stars 31 forks source link

Clean up how the recessive flag works #17

Closed Eh2406 closed 5 years ago

Eh2406 commented 5 years ago

This ended up being a big PR, but each commit is small and focused. The goal of this was to get cargo sweep -i -r to work on my documents folder.

Some things that needed to be fixed for my projects:

with this cargo sweep -i -r on my documents is fast and reliable enough to add to my rustup update script.

holmgr commented 5 years ago

Looks really good to me! Great work 👍

Eh2406 commented 5 years ago

Thanks for letting me work on your project!

holmgr commented 5 years ago

No problem, I do very much appreciate anyone who wants to contribute to this project! :)