Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make boolean flags store_true #42

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Make boolean flags store_true #42

wants to merge 2 commits into from

Conversation

daz
Copy link

@daz daz commented Mar 29, 2023

This enables you to just use the flag --verbose instead of needing to set --verbose=true. Same with the other boolean flags.

@what-the-diff
Copy link

what-the-diff bot commented Mar 29, 2023

PR Summary

  • 🔄 Output and SRT Options Update
    Change output_srt and srt_only options to use action="store_true", simplifying their usage.
  • 🔊 Verbose Setting Improvement
    Remove the default value for verbose and use action="store_true" for a cleaner implementation.
  • 📝 Minor Code Aesthetic
    Add a newline in the get subtitles function for better code readability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant