Clean your rust projects, recursively
This program comes with no warranty. You must use this program at your own risk.
shell script
$ cargo install cargo-rclean
Or you may want to keep up with upstream
shell script
$ cargo install --git https://github.com/TENX-S/cargo-rclean.git --branch main
```shell script $ cargo-rclean --help cargo-rclean 1.2.0 Ares coldswind@pm.me Clean your rust project, recursively
USAGE:
cargo-rclean [FLAGS]
FLAGS: -a, --all Clean the rust projects no matter it has a target folder or not -d, --doc Whether or not to clean just the documentation directory -h, --help Prints help information -r, --release Whether or not to clean release artifacts -V, --version Prints version information
ARGS: