holmgr / cargo-sweep

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

use --debug for the current verbose files output #60

Closed juhp closed 1 year ago

juhp commented 2 years ago

I find the default output listing every file to delete, too noisy. So I wonder if it would be acceptable to make the default output quieter? If not I can flip this PR to make it an opt-in --quiet option instead...

With this PR the default output

'--verbose' might be a better name though it is already taken by cargo

juhp commented 2 years ago

I am afraid I pushed a couple more improvements here: I think they are good too though somewhat separate enhancements.

jyn514 commented 1 year ago

@juhp I see quite a lot of unrelated changes in this PR. Could you please split into each of them into a separate PR so I can review / merge them individually? It looks like this PR also contains several breaking changes which I'm not inclined to merge without a strong reason.

juhp commented 1 year ago

Sure, I should have a used branch, before pushing more of my changes...

jyn514 commented 1 year ago

I'm going to close this until you get a chance to update it with only the --debug change (which I do think is good and useful). Feel free to reopen once you have time.