mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 05:38:04 +00:00
e5cc57bedf
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 |