mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-01 14:14:52 +08:00
Improved set path example
This commit is contained in:
@@ -122,7 +122,7 @@ a:
|
||||
b: things
|
||||
```
|
||||
|
||||
## Set path to extract prune deep paths
|
||||
## Set path to prune deep paths
|
||||
Like pick but recursive. This uses `ireduce` to deeply set the selected paths into an empty object,
|
||||
|
||||
Given a sample.yml file of:
|
||||
|
||||
Reference in New Issue
Block a user