Closed
Description
Describe the bug
When all
receives an incorrect type, the error refers to any
Version of yq: 4.35.2
Operating system: mac
Installed via: homebrew
Input Yaml
data1.yml:
values: 0
Command
The command you ran:
yq '.values | all' data1.yml
Actual behavior
Error: any only supports arrays, was !!int
Expected behavior
Error: all only supports arrays, was !!int
Additional context
Activity