Latest release

This commit is contained in:
Mike Farah
2022-02-15 14:16:04 +11:00
parent 38f40fbcff
commit caf36e39b8
9 changed files with 350 additions and 19 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ Note that versions prior to 4.18 require the 'eval/e' command to be specified.&#
## Split empty
Running
```bash
yq --null-input 'splitDoc'
yq --null-input 'split_doc'
```
will output
```yaml
@@ -26,7 +26,7 @@ Given a sample.yml file of:
```
then
```bash
yq '.[] | splitDoc' sample.yml
yq '.[] | split_doc' sample.yml
```
will output
```yaml