01mf02 / jaq

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

Add `--indent` and `--tab` command line options #153

Closed chutz closed 4 months ago

chutz commented 5 months ago

Attempt to implement --indent and --tab command line options as suggested in https://github.com/01mf02/jaq/issues/152

Let me know if there is a better way to do this, I am a beginner at rustlang.

01mf02 commented 4 months ago

This is nice. Thanks a lot!