From 5e815832c6ad69ae98bcf2e972876d002682b319 Mon Sep 17 00:00:00 2001 From: Prateek Sunal Date: Thu, 20 Jun 2024 20:59:31 +0530 Subject: [PATCH] fix: allow --in --- src/rust/src/args.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rust/src/args.rs b/src/rust/src/args.rs index 7dc7a1c0a..20416e99d 100644 --- a/src/rust/src/args.rs +++ b/src/rust/src/args.rs @@ -232,7 +232,7 @@ pub struct Args { /// With the exception of McPoodle's raw format, which is just the closed /// caption data with no other info, CCExtractor can usually detect the /// input format correctly. Use this parameter to override the detected - #[arg(long, value_name="format",verbatim_doc_comment, help_heading=INPUT_FORMATS)] + #[arg(long, alias="in", value_name="format",verbatim_doc_comment, help_heading=INPUT_FORMATS)] pub input: Option, #[arg(long, hide = true)] pub es: bool,