Skip to content

output not splitted to stdout and stderr when both --json and --verbose are used #38

@dopstar

Description

@dopstar

wouldnt it make sense to split the output to stdout and stderr when using both --json and --verbose options so that we could do:

./librespeed-cli --json --verbose > result.json 2> librespeed.log

right now everything is mangled into stdout, if a person wants that behaviour with (both option set), they would then do

./librespeed-cli --json --verbose &> result.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions