Crates.io | cargo-rclean |
lib.rs | cargo-rclean |
version | 1.2.0 |
source | src |
created_at | 2020-11-30 09:39:18.88081 |
updated_at | 2020-12-01 05:39:55.399256 |
description | Clean your rust projects, recursively |
homepage | |
repository | https://github.com/TENX-S/cargo-rclean |
max_upload_size | |
id | 318135 |
size | 47,744 |
Clean your rust projects, recursively
This program comes with no warranty. You must use this program at your own risk.
$ cargo install cargo-rclean
Or you may want to keep up with upstream
$ cargo install --git https://github.com/TENX-S/cargo-rclean.git --branch main
$ cargo-rclean --help
cargo-rclean 1.2.0
Ares <coldswind@pm.me>
Clean your rust project, recursively
USAGE:
cargo-rclean [FLAGS] <PATH>
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:
<PATH> Cleans up all rust projects in the specified directory