We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64ce4ac + 718eb1a commit 26434a7Copy full SHA for 26434a7
src/rust/src/args.rs
@@ -486,7 +486,7 @@ pub struct Args {
486
pub defaultcolor: Option<String>,
487
/// Sentence capitalization. Use if you hate
488
/// ALL CAPS in subtitles.
489
- #[arg(long, verbatim_doc_comment, help_heading=OUTPUT_AFFECTING_OUTPUT_FILES)]
+ #[arg(long, alias="sc", verbatim_doc_comment, help_heading=OUTPUT_AFFECTING_OUTPUT_FILES)]
490
pub sentencecap: bool,
491
/// Add the contents of 'file' to the list of words
492
/// that must be capitalized. For example, if file
0 commit comments