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
Generated
+7
View File
@@ -16,6 +16,7 @@ dependencies = [
"codepage-437",
"compact_str",
"insta",
"lexopt",
"nom",
"peg_macro",
"pest",
@@ -133,6 +134,12 @@ version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
[[package]]
name = "lexopt"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fa0e2a1fcbe2f6be6c42e342259976206b383122fc152e872795338b5a3f3a7"
[[package]]
name = "libc"
version = "0.2.171"