1
0
mirror of https://github.com/mikefarah/yq.git synced 2025-03-31 11:05:35 +00:00

Update load docs

This commit is contained in:
Mike Farah 2022-02-23 09:40:05 +11:00
parent 61978b34df
commit 0e0183b9ea
2 changed files with 2 additions and 0 deletions
pkg/yqlib/doc/operators

View File

@ -12,6 +12,7 @@ You can load files of the following supported types:
| XML | load_xml |
| Properties | load_props |
| Plain String | load_str |
| Base64 | load_base64 |
## Samples files for tests:

View File

@ -12,6 +12,7 @@ You can load files of the following supported types:
| XML | load_xml |
| Properties | load_props |
| Plain String | load_str |
| Base64 | load_base64 |
## Samples files for tests: