Thanks to visit codestin.com
Credit goes to github.com

Skip to content

cli.argparser: re-organize argument groups#6226

Merged
bastimeyer merged 1 commit into
streamlink:masterfrom
bastimeyer:cli/argparser/re-organize-groups
Oct 7, 2024
Merged

cli.argparser: re-organize argument groups#6226
bastimeyer merged 1 commit into
streamlink:masterfrom
bastimeyer:cli/argparser/re-organize-groups

Conversation

@bastimeyer

Copy link
Copy Markdown
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
Copy Markdown
Member Author

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

@mkbloke

mkbloke commented Oct 7, 2024

Copy link
Copy Markdown
Member

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
@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