cargo-rclean

Crates.iocargo-rclean
lib.rscargo-rclean
version1.2.0
sourcesrc
created_at2020-11-30 09:39:18.88081
updated_at2020-12-01 05:39:55.399256
descriptionClean your rust projects, recursively
homepage
repositoryhttps://github.com/TENX-S/cargo-rclean
max_upload_size
id318135
size47,744
Ares Andrew (TENX-S)

documentation

README

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)

$ 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

Usage

$ 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
Commit count: 31

cargo fmt