mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-11 01:09:54 +00:00
Change "clovver" to "clobber"
This commit is contained in:
parent
ac8a725a51
commit
00737f2806
@ -250,7 +250,7 @@ a: !cat woof
|
|||||||
b: !dog woof
|
b: !dog woof
|
||||||
```
|
```
|
||||||
|
|
||||||
## Custom types: clovver
|
## Custom types: clobber
|
||||||
Use the `c` option to clobber custom tags
|
Use the `c` option to clobber custom tags
|
||||||
|
|
||||||
Given a sample.yml file of:
|
Given a sample.yml file of:
|
||||||
|
|||||||
@ -230,7 +230,7 @@ var assignOperatorScenarios = []expressionScenario{
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: "Custom types: clovver",
|
description: "Custom types: clobber",
|
||||||
subdescription: "Use the `c` option to clobber custom tags",
|
subdescription: "Use the `c` option to clobber custom tags",
|
||||||
document: "a: !cat meow\nb: !dog woof",
|
document: "a: !cat meow\nb: !dog woof",
|
||||||
expression: `.a =c .b`,
|
expression: `.a =c .b`,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user