Skip to content

Commit 26434a7

Browse files
authored
fix(args): Add --sc alias for --sentencecap for backwards compatibility
2 parents 64ce4ac + 718eb1a commit 26434a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rust/src/args.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ pub struct Args {
486486
pub defaultcolor: Option<String>,
487487
/// Sentence capitalization. Use if you hate
488488
/// ALL CAPS in subtitles.
489-
#[arg(long, verbatim_doc_comment, help_heading=OUTPUT_AFFECTING_OUTPUT_FILES)]
489+
#[arg(long, alias="sc", verbatim_doc_comment, help_heading=OUTPUT_AFFECTING_OUTPUT_FILES)]
490490
pub sentencecap: bool,
491491
/// Add the contents of 'file' to the list of words
492492
/// that must be capitalized. For example, if file

0 commit comments

Comments
 (0)