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 imports on single file / val args #17

Open verdverm opened 3 years ago

verdverm commented 3 years ago

Can we support imports for the first arg to:

Is there a difference between stdlib and external modules?

verdverm commented 3 years ago

This is largely done where possible, for the glob / filesystem based helpers.

Need to document, wait until other helper funcs are implemented. (Value, String)

verdverm commented 2 years ago

Generally, we are moving towards always loading and handling all inputs the same way. There may still be a difference when the files / values being operated on are top-level list types.