holmgr / cargo-sweep

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

Make the default output less noisy #74

Closed jyn514 closed 1 year ago

jyn514 commented 1 year ago

The default output listing every file to delete is quite noisy, since it prints every file that will be deleted.

We should by default no longer list each file being deleted for toolchain, just list the project path instead and the total size removed.

_Originally posted by @juhp in https://github.com/holmgr/cargo-sweep/pull/60#issue-1014328857