mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-24 20:10:11 -08:00
feat(cli): rename translation_type option to translation-type
This commit is contained in:
@@ -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]",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user