cargo-clean
Verified for current stable LTS
Cargo Clean Command: Remove Release Artifacts
Use for remove release artifacts with Cargo Clean. Exact CLI syntax to remove release artifacts using Cargo Clean.
When to use this: Use for remove release artifacts with Cargo Clean.
Command Syntax
cargo clean -r cargo clean -r Command Breakdown
-r- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to remove release artifacts using Cargo Clean.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Cargo Clean Command: Remove Documentation Artifacts
cargo clean --doc Cargo Clean Command: Remove Entire Target Directory cargo clean Cargo Clean Command: Remove Profile Artifacts cargo clean --profile <dev> Git Symbolic Ref Command: Store Reference By Name git symbolic-ref refs/<name> <ref> Git Symbolic Ref Command: Store Reference With Message git symbolic-ref -m "<message>" refs/<name> refs/heads/<branch_name>