mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-01 14:14:52 +08:00
Read now handles multiple documents
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
a: Easy! as one two three
|
||||
b:
|
||||
c: 2
|
||||
d: [3, 4]
|
||||
e:
|
||||
- name: fred
|
||||
value: 3
|
||||
- name: sam
|
||||
value: 4
|
||||
---
|
||||
another:
|
||||
document: here
|
||||
---
|
||||
wow:
|
||||
- here is another
|
||||
@@ -6,4 +6,4 @@ b:
|
||||
- name: fred
|
||||
value: 3
|
||||
- name: sam
|
||||
value: 4
|
||||
value: 4
|
||||
Reference in New Issue
Block a user