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

Updated docs

This commit is contained in:
Mike Farah
2020-12-28 11:57:20 +11:00
parent 0328cfd619
commit 94a563dfd8
2 changed files with 2 additions and 1 deletions

View File

@@ -87,7 +87,7 @@ e: >-
},
{
description: "Pretty print",
subdescription: "Set empty (default) quote style, note the usage of `...` to match keys too.",
subdescription: "Set empty (default) quote style, note the usage of `...` to match keys too. Note that there is a `--prettyPrint/-P` short flag for this.",
document: `{a: cat, "b": 5, 'c': 3.2, "e": true}`,
expression: `... style=""`,
expected: []string{