xq
xq copied to clipboard
CLI support for multiple inputs
This feature, in particular, is quite important to me: the ability to merge multiple documents in one query. It is a major feature of jq, and one missing from both xq and dasel
But it calls for a design choice:
- Stay compatible with jq CLI and add --slurp-file and inputs, but quid of mixed format inputs?
- Implement a xq way to do it (and possibly break xq specific options to be more streamlined?)