feat(cli): add help for download and search command

This commit is contained in:
Benex254
2024-08-18 12:34:18 +03:00
parent 3382b720e3
commit b05f7f1640
2 changed files with 2 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ if TYPE_CHECKING:
required=True,
shell_complete=anime_titles_shell_complete,
multiple=True,
help="Specify which anime to download",
)
@click.option(
"--episode-range",

View File

@@ -15,6 +15,7 @@ from ..completion_functions import anime_titles_shell_complete
required=True,
shell_complete=anime_titles_shell_complete,
multiple=True,
help="Specify which anime to download",
)
@click.option(
"--episode-range",