mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-01 14:14:52 +08:00
Disable strict XML parsing by default #1155
This commit is contained in:
@@ -10,6 +10,7 @@ var inputFormat = "yaml"
|
||||
|
||||
var xmlAttributePrefix = "+"
|
||||
var xmlContentName = "+content"
|
||||
var xmlStrictMode = false
|
||||
|
||||
var exitStatus = false
|
||||
var forceColor = false
|
||||
|
||||
Reference in New Issue
Block a user