mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-01 14:14:52 +08:00
Preparing release notes
This commit is contained in:
@@ -42,7 +42,7 @@ cities:
|
||||
```
|
||||
then
|
||||
```bash
|
||||
yq -o=lua '.' sample.yml
|
||||
yq -o=lua --lua-unquoted '.' sample.yml
|
||||
```
|
||||
will output
|
||||
```lua
|
||||
@@ -72,7 +72,7 @@ cities:
|
||||
```
|
||||
then
|
||||
```bash
|
||||
yq -o=lua '.' sample.yml
|
||||
yq -o=lua --lua-globals '.' sample.yml
|
||||
```
|
||||
will output
|
||||
```lua
|
||||
|
||||
Reference in New Issue
Block a user