1
0
mirror of https://github.com/taigrr/yq synced 2025-01-18 04:53:17 -08:00

Added prettyPrint flag

This commit is contained in:
Mike Farah
2020-12-28 11:40:41 +11:00
parent 88663a6ce3
commit 0328cfd619
7 changed files with 22 additions and 10 deletions

View File

@@ -19,7 +19,7 @@ type OperationType struct {
}
// operators TODO:
// - cookbook doc for common things
// - keys operator for controlling key metadata (particularly anchors/aliases)
// - mergeEmpty (sets only if the document is empty, do I do that now?)
var Or = &OperationType{Type: "OR", NumArgs: 2, Precedence: 20, Handler: OrOperator}