fix: cleanup by default

This commit is contained in:
Vitaly Gashkov
2025-08-24 10:26:02 +05:00
parent 451eaa54eb
commit 345dcd1e3b
+1 -1
View File
@@ -14,7 +14,7 @@ const args = parseArgs({
}, },
cleanup: { cleanup: {
type: 'boolean', type: 'boolean',
default: false, default: true,
}, },
}, },
}); });