Handle CLI arguments as structured argument-parameter pairs

This commit is contained in:
Juno Takano 2025-12-14 15:08:55 -03:00
commit 2040854e82
7 changed files with 83 additions and 15 deletions

1
src/syntax.rs Normal file
View file

@ -0,0 +1 @@
pub mod arguments;