mirror of
https://github.com/mikefarah/yq.git
synced 2026-08-24 00:04:50 +08:00
Merge anchors - wip
This commit is contained in:
@@ -4,12 +4,12 @@ foo: &foo
|
||||
|
||||
bar: &bar
|
||||
b: 2
|
||||
thing: coconut
|
||||
c: oldbar
|
||||
|
||||
|
||||
overrideA:
|
||||
foobarList:
|
||||
<<: [*foo,*bar]
|
||||
a: vanilla
|
||||
c: 3
|
||||
c: newbar
|
||||
|
||||
foobar:
|
||||
<<: *foo
|
||||
Reference in New Issue
Block a user