mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[PR #1935] [MERGED] fix(args): Add --svc alias for --service for backwards compatibility #2734
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/1935
Author: @cfsmp3
Created: 12/30/2025
Status: ✅ Merged
Merged: 12/30/2025
Merged by: @cfsmp3
Base:
master← Head:fix/svc-alias-backwards-compat📝 Commits (1)
674b859fix(args): Add --svc alias for --service for backwards compatibility📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
src/rust/src/args.rs(+1 -1)📄 Description
Summary
--svcas an alias for--serviceto maintain backwards compatibilityThe help text references
-svcfor CEA-708 service selection, but the Rust argument parser only accepted--service. This adds--svcas an alias so existing documentation and user scripts continue to work.Fixes #1917
Test plan
--service 1still works--svc 1now works-svc 1now works🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.