415dea6fd29ef0d2fc2e52fe9d934b8c373ee625
Extracts all argument-parsing and help logic into cli.rs: - -h / --help: colored usage and options summary - -V / --version: print version from Cargo.toml - Unknown flags produce a styled error with a hint - At least one file required; missing-file error is styled - Multiple files accepted; exit code 1 if any file has parse errors
Description
No description provided
Languages
Rust
94.7%
Python
5.3%