mirror of
https://github.com/taigrr/yq
synced 2025-01-18 04:53:17 -08:00
Handle simple aliases
This commit is contained in:
4
examples/simple-anchor.yaml
Normal file
4
examples/simple-anchor.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
foo: &foo
|
||||
a: 1
|
||||
|
||||
foobar: *foo
|
||||
Reference in New Issue
Block a user