Docs for 4.16.1

This commit is contained in:
Mike Farah
2021-12-04 14:08:16 +11:00
parent 3e0e2c83ed
commit 1468c37e0b
7 changed files with 369 additions and 78 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ a:
```
then
```bash
yq eval '.a.[] | select(. == "*og") | [{"path":path, "value":.}]' sample.yml
yq eval '.a[] | select(. == "*og") | [{"path":path, "value":.}]' sample.yml
```
will output
```yaml