class documentation
class TOMLToNestedText(_ToNestedText): (source)
Read TOML and output its content as NestedText.
Examples
toml2nt config.toml >config.nt cat config.toml | toml2nt toml2nt --to-schema config.toml >config.types.nt
Method | main |
Undocumented |
Inherited from _ToNestedText
:
Class Variable | inline |
Undocumented |
Inherited from _TypedFormatToSchema
(via _ToNestedText
):
Class Variable | to |
Undocumented |
Inherited from _ColorApp
(via _ToNestedText
, _TypedFormatToSchema
):
Constant | ALLOW |
Undocumented |
Constant | COLOR |
Undocumented |
Constant | VERSION |
Undocumented |