feat: enhance clean command to remove source cache along with build workspace

This commit is contained in:
2026-02-28 15:24:31 -06:00
parent d954ca8660
commit acd1046889
2 changed files with 106 additions and 28 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ pub struct Cli {
#[arg(long, global = true)]
pub cross_prefix: Option<String>,
/// Clean build workspace after successful install/build
/// Clean build workspace and source cache after successful install/build
#[arg(long, global = true)]
pub clean: bool,