[PR #1935] fix(args): Add --svc alias for --service for backwards compatibility #2736

Closed
opened 2026-01-29 17:23:40 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/CCExtractor/ccextractor/pull/1935

State: closed
Merged: Yes


Summary

  • Adds --svc as an alias for --service to maintain backwards compatibility

The help text references -svc for CEA-708 service selection, but the Rust argument parser only accepted --service. This adds --svc as an alias so existing documentation and user scripts continue to work.

Fixes #1917

Test plan

  • Verify --service 1 still works
  • Verify --svc 1 now works
  • Verify -svc 1 now works
  • Functional test with CEA-708 sample produces correct output

🤖 Generated with Claude Code

**Original Pull Request:** https://github.com/CCExtractor/ccextractor/pull/1935 **State:** closed **Merged:** Yes --- ## Summary - Adds `--svc` as an alias for `--service` to maintain backwards compatibility The help text references `-svc` for CEA-708 service selection, but the Rust argument parser only accepted `--service`. This adds `--svc` as an alias so existing documentation and user scripts continue to work. Fixes #1917 ## Test plan - [x] Verify `--service 1` still works - [x] Verify `--svc 1` now works - [x] Verify `-svc 1` now works - [x] Functional test with CEA-708 sample produces correct output 🤖 Generated with [Claude Code](https://claude.com/claude-code)
claunia added the pull-request label 2026-01-29 17:23:40 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#2736