mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-29 01:21:04 +00:00
[PR #1940] [MERGED] fix(args): Add --sc alias for --sentencecap for backwards compatibility #2737
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/1940
Author: @cfsmp3
Created: 12/31/2025
Status: ✅ Merged
Merged: 12/31/2025
Merged by: @cfsmp3
Base:
master← Head:fix/sc-alias-backwards-compat📝 Commits (1)
718eb1afix(args): Add --sc alias for --sentencecap for backwards compatibility📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
src/rust/src/args.rs(+1 -1)📄 Description
Summary
Add
--sc(and-sc) as an alias for--sentencecapfor backwards compatibility.The
-scflag was used in older versions (0.94 and earlier) for sentence capitalization. After the migration to the Rust argument parser, only--sentencecapwas accepted.This is the same pattern used for
--svc→--servicein commit64ce4ac8.Changes
Test plan
Related to #1917
🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.