We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf805d commit 44c7f3aCopy full SHA for 44c7f3a
pkg/yqlib/doc/usage/lua.md
@@ -42,7 +42,7 @@ cities:
42
```
43
then
44
```bash
45
-yq -o=lua '.' sample.yml
+yq -o=lua --lua-unquoted '.' sample.yml
46
47
will output
48
```lua
@@ -72,7 +72,7 @@ cities:
72
73
74
75
+yq -o=lua --lua-globals '.' sample.yml
76
77
78
release_notes.txt
@@ -1,3 +1,8 @@
1
+4.35.1:
2
+ - Added Lua output support (Thanks @Zash)!
3
+ - Added BSD checksum format (Thanks @viq)!
4
+ - Bumped dependencies
5
+
6
4.34.2:
7
- Bumped dependencies
8
0 commit comments