Crates.io | cargo-installed |
lib.rs | cargo-installed |
version | 0.1.2 |
source | src |
created_at | 2022-12-31 14:09:21.743763 |
updated_at | 2023-01-03 16:23:57.756132 |
description | Easy manage programs installed by `cargo install`. |
homepage | |
repository | https://github.com/light4/cargo-installed |
max_upload_size | |
id | 748425 |
size | 46,885 |
Easy manage programs installed by 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