From 345dcd1e3b1bc61604383d2af48c48cf0d0a9a14 Mon Sep 17 00:00:00 2001 From: Vitaly Gashkov Date: Sun, 24 Aug 2025 10:26:02 +0500 Subject: [PATCH] fix: cleanup by default --- bin/cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cli.js b/bin/cli.js index e12e126..a8d3876 100755 --- a/bin/cli.js +++ b/bin/cli.js @@ -14,7 +14,7 @@ const args = parseArgs({ }, cleanup: { type: 'boolean', - default: false, + default: true, }, }, });