mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
224 B
224 B
cargo uninstall
Remove a Rust binary installed using
cargo install
. More information: https://doc.rust-lang.org/cargo/commands/cargo-uninstall.html.
- Remove an installed binary:
cargo remove {{package_spec}}