Commit 53f3ae4
committed
cli: Migrate argument parsing from lexopt to clap
Replace manual lexopt-based argument parsing with clap derive-based
parser in app.rs. This eliminates the manual parse_command dispatch
logic and leverages clap's derive macros for cleaner schema definition
and better error handling.1 parent 652ab6a commit 53f3ae4
3 files changed
Lines changed: 294 additions & 322 deletions
0 commit comments