Updating style docs

This commit is contained in:
Mike Farah
2024-02-09 10:47:22 +11:00
parent 461bb9c5fe
commit 2346332e86
2 changed files with 113 additions and 6 deletions
+16
View File
@@ -104,3 +104,19 @@ owner:
suburb: nice
```
## Parse: Empty Table
Given a sample.toml file of:
```toml
[dependencies]
```
then
```bash
yq -oy '.' sample.toml
```
will output
```yaml
dependencies: {}
```