refactor(core): Extract CLI parsing from command registry (#17676)

This commit is contained in:
Iván Ovejero
2025-07-29 14:23:49 +02:00
committed by GitHub
parent 64902c9559
commit 163565c647
7 changed files with 214 additions and 39 deletions

View File

@@ -29,9 +29,12 @@
"n8n-workflow": "workspace:^",
"picocolors": "catalog:",
"reflect-metadata": "catalog:",
"winston": "3.14.2"
"winston": "3.14.2",
"yargs-parser": "21.1.1"
},
"devDependencies": {
"@n8n/typescript-config": "workspace:*"
"@n8n/typescript-config": "workspace:*",
"@types/yargs-parser": "21.0.0",
"zod": "catalog:"
}
}