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

create cue.Value versions of the functions #10

Open verdverm opened 3 years ago

verdverm commented 3 years ago

maybe interface{} so we could also support intermixing Go values?

verdverm commented 2 years ago

These are wrappers around the private Go implementations in #15

This will be done when that issue is done. We are hooking these up to the CLI as each op is implemented, and removing the Go versions which wrapped the CUE ops. We get a lot more power this way.