mirror of
https://github.com/mikefarah/yq.git
synced 2026-03-10 15:54:26 +00:00
When the shell executing yq has no open stdin, os.Stdin.Stat() return nil and yq fails to continue. This commit fixes a missing verification on the result of os.Stdin.Stat() in the utils.processStdInArgs function and adds an acceptance test to cover this scenario in the future. This bug affects yq since version 4.26.1. |
||
|---|---|---|
| .. | ||
| bad_args.sh | ||
| basic.sh | ||
| completion.sh | ||
| empty.sh | ||
| front-matter.sh | ||
| header-processing-off.sh | ||
| inputs-format-auto.sh | ||
| inputs-format.sh | ||
| leading-separator.sh | ||
| load-file.sh | ||
| nul-separator.sh | ||
| output-format.sh | ||
| pipe.sh | ||
| pretty-print.sh | ||
| split-printer.sh | ||