You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(args): Add support for legacy -1, -2, -12 numeric options
Map legacy CEA-608 field extraction options to their modern equivalent:
- -1 → --output-field=1 (extract field 1 only)
- -2 → --output-field=2 (extract field 2 only)
- -12 → --output-field=12 (extract both fields)
These options are documented in the help text and were commonly used
but stopped working after the Rust argument parser migration.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>
0 commit comments