feat(cli): rename translation_type option to translation-type

This commit is contained in:
Benex254
2024-08-05 09:47:03 +03:00
parent 6a6adb4479
commit 52de2fe342

View File

@@ -61,7 +61,7 @@ signal.signal(signal.SIGINT, handle_exit)
)
@click.option(
"-t",
"--translation_type",
"--translation-type",
type=click.Choice(["dub", "sub"]),
help="Anime language[dub/sub]",
)