Skip to content

Commit

Permalink
remove cli option
Browse files Browse the repository at this point in the history
  • Loading branch information
getzze committed Oct 7, 2024
1 parent 776f72f commit bb1544c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions subliminal/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,12 +422,6 @@ def cache(ctx: click.Context, clear_subliminal: bool) -> None:
@hearing_impaired_group.option('-HI', '--no-hearing-impaired', is_flag=True, default=False)
@foreign_only_group.option('-fo', '--foreign-only', is_flag=True, default=False)
@foreign_only_group.option('-FO', '--no-foreign-only', is_flag=True, default=False)
@click.option(
'--forced',
is_flag=True,
default=False,
help='Require or avoid forced/foreign-only subtitles. Set to empty if no preference (default).',
)
@click.option(
'-m',
'--min-score',
Expand Down

0 comments on commit bb1544c

Please sign in to comment.