mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-06 18:24:57 +08:00
New,Update now support anchors and aliases
This commit is contained in:
@@ -10,6 +10,8 @@ var printMode = "v"
|
||||
var printLength = false
|
||||
var unwrapScalar = true
|
||||
var customStyle = ""
|
||||
var anchorName = ""
|
||||
var makeAlias = false
|
||||
var stripComments = false
|
||||
var collectIntoArray = false
|
||||
var writeInplace = false
|
||||
|
||||
Reference in New Issue
Block a user