-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Labels
C-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Command-cleanS-triageStatus: This issue is waiting on initial triage.Status: This issue is waiting on initial triage.
Description
Problem
Many have a folder with their cargo projects that quickly becomes very big (10 GB+)
Currently users need to go into each project indiviually and run cargo clean
to clear storage or use a script or tool that does it for them.
Proposed Solution
A recursive option for the clean subcommand would provide an easy native way to clean folders.
It should scan for projects in the current directory and then run the clean function on each of them.
Notes
No response
Binlogo, pohzipohzi, WyvernIXTL and qvignaudRudxain
Metadata
Metadata
Assignees
Labels
C-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Command-cleanS-triageStatus: This issue is waiting on initial triage.Status: This issue is waiting on initial triage.