blob: efdf11c039ad6bb46a897b78e82b9a362a48fb88 [file] [log] [blame]
Remove a Rust binary
Usage: cargo[EXE] uninstall [OPTIONS] [SPEC]...
Arguments:
[SPEC]...
Options:
--root <DIR> Directory to uninstall packages from
-q, --quiet Do not print cargo log messages
-v, --verbose... Use verbose output (-vv very verbose/build.rs output)
--color <WHEN> Coloring: auto, always, never
--config <KEY=VALUE> Override a configuration value
-Z <FLAG> Unstable (nightly-only) flags to Cargo, see 'cargo -Z help' for details
-h, --help Print help
Package Selection:
-p, --package [<SPEC>] Package to uninstall
Target Selection:
--bin <NAME> Only uninstall the binary NAME
Manifest Options:
--frozen Require Cargo.lock and cache are up to date
--locked Require Cargo.lock is up to date
--offline Run without accessing the network
Run `cargo help uninstall` for more detailed information.