Clean your rust projects, recursively
# Disclaimer
This program comes with no warranty. You must use this program at your own risk.
# Example
# Installation
## Using Cargo (Recommended)
```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
```
# Usage
```shell script
$ cargo-rclean --help
cargo-rclean 1.2.0
Ares
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:
Cleans up all rust projects in the specified directory
```