This commit is contained in:
Mike Farah
2022-03-10 13:50:03 +11:00
parent 85df955bf1
commit a253c51310
2 changed files with 53 additions and 13 deletions
-13
View File
@@ -144,16 +144,3 @@ person.pets.0 = dog
person.food.0 = pizza
```
## Empty doc
Given a sample.properties file of:
```properties
```
then
```bash
yq -p=props sample.properties
```
will output
```yaml
```