mirror of
https://github.com/mikefarah/yq.git
synced 2026-06-28 07:57:43 +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. |
||
|---|---|---|
| .. | ||
| constant.go | ||
| evaluate_all_command.go | ||
| evaluate_sequence_command.go | ||
| root.go | ||
| shell-completion.go | ||
| unwrap_flag.go | ||
| utils.go | ||
| version_test.go | ||
| version.go | ||