Updating references to yq being a YAML processor

This commit is contained in:
Mike Farah
2023-11-30 15:32:21 +11:00
parent 638deed03e
commit 779b26310e
7 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ yq e -n '.a.b.c = "cat"'
# Update a file in place
yq e '.a.b = "cool"' -i file.yaml
`,
Long: `yq is a portable command-line YAML processor (https://github.com/mikefarah/yq/)
Long: `yq is a portable command-line data file processor (https://github.com/mikefarah/yq/)
See https://mikefarah.gitbook.io/yq/ for detailed documentation and examples.
## Evaluate Sequence ##