hofstadter-io / cuetils

CLI and library for diff, patch, and ETL operations on CUE, JSON, and Yaml
BSD 3-Clause "New" or "Revised" License
78 stars 6 forks source link

Support Operators working on Go values #32

Open verdverm opened 2 years ago

verdverm commented 2 years ago

An interesting use case is derived from the conversation in https://github.com/cue-lang/cue/discussions/1389

Where one would like to pretty print a CUE AST with kr/pretty but without all the noise

So how might Pick be applied recursively to an already recursive structure? meta...