5 个稳定版本
| 1.2.0 | 2020 年 12 月 1 日 | 
|---|---|
| 1.1.0 | 2020 年 12 月 1 日 | 
| 1.0.3 | 2020 年 12 月 1 日 | 
| 1.0.1 | 2020 年 11 月 30 日 | 
#438 in Cargo 插件
17KB
157 行
递归清理您的 Rust 项目
免责声明
此程序不提供任何保修。您必须自行承担使用此程序的风险。
示例
 
安装
使用 Cargo(推荐)
$ cargo install cargo-rclean
或者您可能想跟进上游
$ 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
依赖项
~1–9MB
~51K SLoC