feat: enhance clean command to remove source cache along with build workspace
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user