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 --nul-output|-0 flag to separate element with NUL character #1550

Merged
merged 1 commit into from Mar 28, 2023

Commits on Mar 28, 2023

  1. Add --nul-output|-0 flag to separate element with NUL character

    This is to ensure solid parsing of complex data (with any binary
    content except NUL chars) by separating the `yq` root collection
    member's output with NUL char. As a safe-guard, an error will be cast
    if trying to use NUL character with content that contains itself NUL
    characters inside.
    vaab committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    6cc43c8 View commit details
    Browse the repository at this point in the history