Crates.io | cargo-cleanall |
lib.rs | cargo-cleanall |
version | 0.1.3 |
source | src |
created_at | 2022-10-27 10:44:37.420429 |
updated_at | 2023-01-24 08:37:51.176317 |
description | Cargo plugin to clean all cargo projects in a directory |
homepage | |
repository | https://github.com/LeSnake04/cargo-cleanall |
max_upload_size | |
id | 699055 |
size | 75,719 |
A simple tool to clean all cargo projects in a directory.
Cargo plugin to clean all cargo projects in a directory
Usage: cargo cleanall [OPTIONS] <PATHS>...
Arguments:
<PATHS>... Path to search for projects to clean
Options:
-H, --hidden Get size of and clean hidden folders
-d, --dry Don't clean any files
-i, --ignore <ignore> Ignore folders
-s, --no-size Don't calculate the size
-h, --help Print help information
-V, --version Print version information
$ cargo cleanall .
INFO [cargo_cleanall] 1.2 GB => 117.8 MB (-1.1 GB: -90.303 %)
This crate uses flexi_logger.
To enable verbose output run with enviroment variable RUST_LOG="debug"