Skip to content

Commit ae42403

Browse files
committed
chore(cli): switch option order
1 parent 1539b2f commit ae42403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manim_slides/convert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ def callback(ctx: Context, param: Parameter, value: bool) -> None:
654654
@click.argument("dest", type=click.Path(dir_okay=False, path_type=Path))
655655
@click.option(
656656
"--to",
657-
type=click.Choice(["auto", "html", "zip", "pdf", "pptx"], case_sensitive=False),
657+
type=click.Choice(["auto", "html", "pdf", "pptx", "zip"], case_sensitive=False),
658658
metavar="FORMAT",
659659
default="auto",
660660
show_default=True,

0 commit comments

Comments
 (0)