mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-01 14:14:52 +08:00
Added pick operator
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# Pick
|
||||
|
||||
Filter a map by the specified list of keys. Map is returned with the key in the order of the pick list.
|
||||
|
||||
Similarly, you can filter a map by the specified list of indices.
|
||||
Reference in New Issue
Block a user