remarshal-project / remarshal

Convert between CBOR, JSON, MessagePack, TOML, and YAML

Home Page:https://pypi.org/project/remarshal/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] --indent-toml

druchoo opened this issue · comments

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

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.

Ah ok. I've submitted avakar/pytoml#45.