Files
flux/fluxc/src
Jooris Hadeler 415dea6fd2 Feat: improve CLI with help menu and multi-file support
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
2026-03-10 18:49:15 +01:00
..