3 个版本
0.1.2 | 2023 年 1 月 3 日 |
---|---|
0.1.1 | 2022 年 12 月 31 日 |
0.1.0 | 2022 年 12 月 31 日 |
518 在 Cargo 插件 中
16KB
267 行代码(不含注释)
cargo-installed
轻松管理由 cargo install
安装的程序。
安装
# from crates.io
cargo install cargo-installed --force
# from git repo
cargo install --git https://github.com/light4/cargo-installed.git --force
用法
~ on master 🕙 22:28:47
❯ cargo installed --help
Easy manage programs installed by `cargo install`
Usage: cargo installed [OPTIONS]
Options:
-u, --upgrade upgrade all outdated
-o, --outdated show outdated
-l, --ignore-local ignore installed from local space, enabled by default
-i, --ignore <IGNORE> ignore from upgrade
-v, --verbose show details
-h, --help Print help information
依赖
~10MB
~197K 行代码(约额外的代码行数)