mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-06 10:04:43 +08:00
XML decoder additions (#1239)
* Add xml-keep-namespace and xml-raw-token features * Add tests * Change flags usage strings * Append docs
This commit is contained in:
@@ -11,6 +11,8 @@ var inputFormat = "yaml"
|
||||
var xmlAttributePrefix = "+"
|
||||
var xmlContentName = "+content"
|
||||
var xmlStrictMode = false
|
||||
var xmlKeepNamespace = false
|
||||
var xmlUseRawToken = false
|
||||
|
||||
var exitStatus = false
|
||||
var forceColor = false
|
||||
|
||||
Reference in New Issue
Block a user