Clean up CLI, add arguments and some validation

This commit is contained in:
2025-07-06 12:44:50 -07:00
parent 3ff40241ee
commit 218700616c
3 changed files with 89 additions and 15 deletions
+1
View File
@@ -14,6 +14,7 @@ nom = "7.1.3"
pest = "2.7.15"
compact_str = "0.9.0"
rustc-hash = "2.1.1"
lexopt = "0.3.1"
[dev-dependencies]
insta = "1.39.0"