Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
russelltg committed Jul 16, 2024
1 parent 3a465ea commit bba1bfa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,10 @@ pub struct Args {
#[clap(long = "gop-size", help = "GOP (group of pictures) size")]
gop_size: Option<u32>,

#[clap(long = "generate-completions", help = "print completions for the specified shell to stdout")]
#[clap(
long = "generate-completions",
help = "print completions for the specified shell to stdout"
)]
completions_generator: Option<clap_complete::Shell>,
}

Expand Down

0 comments on commit bba1bfa

Please sign in to comment.