yq/cmd
Valentin Lab 5fd2890d1b
Add `--nul-output|-0` flag to separate element with NUL character (#1550)
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.
2023-03-29 09:51:55 +11:00
..
constant.go Add `--nul-output|-0` flag to separate element with NUL character (#1550) 2023-03-29 09:51:55 +11:00
evaluate_all_command.go Add `--nul-output|-0` flag to separate element with NUL character (#1550) 2023-03-29 09:51:55 +11:00
evalute_sequence_command.go Add `--nul-output|-0` flag to separate element with NUL character (#1550) 2023-03-29 09:51:55 +11:00
root.go Add `--nul-output|-0` flag to separate element with NUL character (#1550) 2023-03-29 09:51:55 +11:00
shell-completion.go Bump github.com/spf13/cobra from 1.5.0 to 1.6.0 (#1380) 2022-10-17 15:15:19 +11:00
unwrap_flag.go Refactoring 2022-11-10 22:07:53 +11:00
utils.go Added warning for auto-input json files 2023-03-26 11:00:05 +11:00
version_test.go Clean up cli help doc, add github and doc links 2021-07-09 14:58:09 +10:00
version.go Bumping version 2023-03-26 11:12:36 +11:00