cargo-clean-recursive

Crates.iocargo-clean-recursive
lib.rscargo-clean-recursive
version0.9.6
sourcesrc
created_at2020-06-06 13:00:34.155606
updated_at2023-08-25 02:26:30.444041
descriptionA cargo subcommand cleans all projects under specified directory.
homepage
repositoryhttps://github.com/IgaguriMK/cargo-clean-recursive
max_upload_size
id250666
size25,767
Igaguri (IgaguriMK)

documentation

README

cargo-clean-recursive

A cargo subcommand cleans all projects under a specified directory.

Installation

Build binary with Cargo:

cargo install cargo-clean-recursive

Usage

To clean all projects under current directory, run this subcommand with no option:

cargo clean-recursive

If you want to clean release build only, use --release / -r flag:

cargo clean-recursive --release

Also, you can use --doc / -d option to clean docs:

cargo clean-recursive --doc

You can specify --release and --doc at the same time.

cargo clean-recursive --doc --release

You can specify starting directory to recursive search.

cargo clean-recursive ~/my_codes/
Commit count: 24

cargo fmt