01mf02 / jaq

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

Implement `--indent` and `--tab` #152

Closed chutz closed 4 months ago

chutz commented 5 months ago

jq has command line option to allow one to control how the output is indented, it would be useful if jaq supported similar options.