holmgr / cargo-sweep

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

Show total cleaned/to clean amount #45

Closed birkenfeld closed 9 months ago

birkenfeld commented 3 years ago

fixes #43

jyn514 commented 1 year ago

This looks good! Sorry for the long delay. If you rebase this and add tests we can get it merged :) see tests/integration.rs for existing examples.

birkenfeld commented 1 year ago

Updated! Failures in clippy are unrelated and due to newest nightly introducing new warnings.

marcospb19 commented 9 months ago

Thanks for your contribution :heart:.

I hope you don't mind, this one have been stale for 9 months, so I rebased it for you in order to solve the conflicts, and did the small fix Jyn asked.

Merging!