Enhance CLI arguments with new options, validation, and detailed help messages
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user