Skip to content

cli.argparser: re-organize argument groups #6226

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

Merged

Conversation

bastimeyer
Copy link
Member

This moves --version-check and --auto-version-check right next to --version,
and it adds the following argument groups and split them from the "General arguments" group

  • Logging arguments
    • --loglevel
    • --logformat
    • --logdateformat
    • --logfile
    • --quiet
    • --json
  • Network arguments
    • --interface
    • --ipv4
    • --ipv6

@bastimeyer
Copy link
Member Author

Should --json actually be part of the logging group? Any opinions on this?

@mkbloke
Copy link
Member

mkbloke commented Oct 7, 2024

Should --json actually be part of the logging group? Any opinions on this?

Seems like as good a place as any to me.

@bastimeyer bastimeyer force-pushed the cli/argparser/re-organize-groups branch from d58b7ad to 7d73c8b Compare October 7, 2024 18:11
@bastimeyer bastimeyer merged commit 88ba7ef into streamlink:master Oct 7, 2024
18 checks passed
@bastimeyer bastimeyer deleted the cli/argparser/re-organize-groups branch October 7, 2024 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants