Feat: Integrate commander for improved CLI argument parsing

This commit is contained in:
2026-04-06 23:21:03 +02:00
parent e50ae03336
commit 01d844f6d9
3 changed files with 174 additions and 270 deletions

View File

@@ -27,6 +27,7 @@
"dependencies": {
"@actions/core": "^1.11.0",
"@actions/tool-cache": "^2.0.2",
"commander": "^14.0.3",
"minimatch": "^10.2.5"
},
"devDependencies": {