From 5e59803037e3c81175c722a0652583efbf1885a8 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Thu, 3 Sep 2020 10:58:00 +1000 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c989905a..42e19b33 100644 --- a/README.md +++ b/README.md @@ -135,3 +135,6 @@ Flags: Use "yq [command] --help" for more information about a command. ``` + +## Known Issues +- `yq` attempts to preserve comment positions and whitespace as much as possible, but it does not handle all scenarios (see https://github.com/go-yaml/yaml/tree/v3 for details)