Prefix matching splat

Fixes https://github.com/mikefarah/yq/issues/218
This commit is contained in:
Mike Farah
2019-05-13 09:32:08 +10:00
parent 323089eb64
commit c4e9516aa6
3 changed files with 40 additions and 7 deletions
+14 -1
View File
@@ -1 +1,14 @@
b: dog
deep1:
hostA:
value: 1234
notRelevant:
value: bananas
hostB:
value: 5678
deep2:
hostC:
value: 1234
notRelevant:
value: bananas
hostD:
value: 5678