Skip to content

Commit

Permalink
chore(cli): switch option order
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Sep 11, 2024
1 parent 1539b2f commit ae42403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manim_slides/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ def callback(ctx: Context, param: Parameter, value: bool) -> None:
@click.argument("dest", type=click.Path(dir_okay=False, path_type=Path))
@click.option(
"--to",
type=click.Choice(["auto", "html", "zip", "pdf", "pptx"], case_sensitive=False),
type=click.Choice(["auto", "html", "pdf", "pptx", "zip"], case_sensitive=False),
metavar="FORMAT",
default="auto",
show_default=True,
Expand Down

0 comments on commit ae42403

Please sign in to comment.