Skip to content

Commit

Permalink
fix: allow --in
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekmedia committed Jun 20, 2024
1 parent 3ff533b commit 5e81583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust/src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<InFormat>,
#[arg(long, hide = true)]
pub es: bool,
Expand Down

0 comments on commit 5e81583

Please sign in to comment.