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

Update README.md

This commit is contained in:
Mike Farah
2020-09-16 15:42:09 +10:00
committed by GitHub
parent e5948c4f16
commit fbba38c9b7

View File

@@ -145,5 +145,6 @@ Flags:
Use "yq [command] --help" for more information about a command.
```
## Known Issues
## Known Issues / Missing Features
- `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)
- You cannot (yet) select multiple paths/keys from the yaml to be printed out.