masaccio / compact-json

A JSON formatter that produces compact but human-readable
MIT License
27 stars 6 forks source link

CLI doesn't expose many format options #34

Open Aleks-Ya opened 6 months ago

Aleks-Ya commented 6 months ago

compact-json CLI tool doesn't support all possible format options. It significantly limits its usage. Is it possible to expose all the format options in the CLI?

Alternatively, a general format parameter can be exposed, e.g. compact-json --format comma_padding=false in.json

masaccio commented 5 months ago

v1.8.0 should have all options. Please check if you can.