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

Add support for multiple outputs #2386

Merged
merged 6 commits into from Jan 4, 2022

Commits on Jan 4, 2022

  1. Add support for multiple outputs

    Outputs can be specified using `--out-format` by separating them by comma.
    
    Support providing file path by separating format name and path by colon symbol `:`.
    lafriks authored and ldez committed Jan 4, 2022
    Copy the full SHA
    6310464 View commit details
    Browse the repository at this point in the history
  2. Update documentation

    lafriks authored and ldez committed Jan 4, 2022
    Copy the full SHA
    38ff2e7 View commit details
    Browse the repository at this point in the history
  3. Fix default output

    lafriks authored and ldez committed Jan 4, 2022
    Copy the full SHA
    5761a80 View commit details
    Browse the repository at this point in the history
  4. Add tests for stderr and file outputs

    lafriks authored and ldez committed Jan 4, 2022
    Copy the full SHA
    ccd7786 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    da5c595 View commit details
    Browse the repository at this point in the history
  6. review

    ldez committed Jan 4, 2022
    Copy the full SHA
    fefa146 View commit details
    Browse the repository at this point in the history