remarshal-project / remarshal

Convert between CBOR, JSON, MessagePack, TOML, and YAML
https://pypi.org/project/remarshal/
MIT License
522 stars 37 forks source link

[Feature Request] --indent-toml #10

Open druchoo opened 5 years ago

druchoo commented 5 years ago

Would it be possible to add --indent-toml similar to --indent-json to pretty print TOML?

dbohdan commented 5 years ago

The TOML library Remarshal depends on, pytoml, does not currently have this feature. I'll add --indent-toml if pytoml implements it, but I am not interested enough to contribute it upstream myself.

druchoo commented 5 years ago

Ah ok. I've submitted https://github.com/avakar/pytoml/issues/45.