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

use more advanced (non stdlib) globbing package #14

Open verdverm opened 2 years ago

verdverm commented 2 years ago

https://github.com/mattn/go-zglob

verdverm commented 2 years ago

With the new Load mechanics, we will basically expand the globs before passing as entrypoints to Load.

Or maybe this only applies to the globs being worked on? (but also diff/patch pairing)