01mf02 / jaq

A jq clone focussed on correctness, speed, and simplicity
MIT License
2.61k stars 63 forks source link

Implement subtraction of arrays. #164

Closed 01mf02 closed 4 months ago

01mf02 commented 4 months ago

Thanks to @kklingenberg for having provided the initial implementation of this functionality in jaq.

This should close https://github.com/01mf02/jaq/issues/161.