This commit is contained in:
Benjamin Toby 2025-04-17 11:15:21 +01:00
parent c24afca519
commit 870de51f5d
3 changed files with 3 additions and 5 deletions

View File

@ -38,8 +38,7 @@ const args = (0, util_1.parseArgs)({
}, },
debug: { debug: {
type: "boolean", type: "boolean",
default: false, short: "e",
short: "d",
}, },
}, },
strict: false, strict: false,

View File

@ -28,8 +28,7 @@ const args = parseArgs({
}, },
debug: { debug: {
type: "boolean", type: "boolean",
default: false, short: "e",
short: "d",
}, },
}, },
strict: false, strict: false,

View File

@ -1,6 +1,6 @@
{ {
"name": "@moduletrace/datasquirel", "name": "@moduletrace/datasquirel",
"version": "4.3.1", "version": "4.3.2",
"description": "Cloud-based SQL data management tool", "description": "Cloud-based SQL data management tool",
"main": "dist/index.js", "main": "dist/index.js",
"bin": { "bin": {