Enhance CLI arguments with new options, validation, and detailed help messages

This commit is contained in:
2026-03-03 08:28:11 +01:00
parent ccc993976f
commit baca32e57c
3 changed files with 42 additions and 3 deletions

View File

@@ -10,6 +10,8 @@ clap = { version = "^4", features = ["derive"] }
rayon = "^1"
once_cell = "^1"
mago-syntax = "^1.13"
mago-interner = "^1.0.0-alpha"
mago-source = "^1.0.0-alpha"
@@ -18,4 +20,5 @@ mago-names = "^1.13"
mago-project = "^0.26"
mago-semantics = "^1.13"
regex = "^1"
walkdir = "^2"