mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 13:48:06 +00:00
6 lines
174 B
Markdown
6 lines
174 B
Markdown
# Pick
|
|
|
|
Filter a map by the specified list of keys. Map is returned with the key in the order of the pick list.
|
|
|
|
Similarly, filter an array by the specified list of indices.
|