holmgr / cargo-sweep

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

Tell the user when `--recursive` is traversing folders #120

Closed marcospb19 closed 8 months ago

marcospb19 commented 9 months ago

After calling cargo-sweep with --recursive in a big folder, the tool usually stays silent for a long time leaving the user wondering what's going on

To solve that, I added a log that tells that cargo-sweep is traversing recursively directories, that's why it's taking long