class documentation

class NestedTextTo(Command): (source)

View In Hierarchy

Convert NestedText to another format.

Constant DESCRIPTION_MORE Undocumented

Inherited from Command:

Constant COLOR_GROUPS Undocumented
Constant SUBCOMMAND_HELPMSG Undocumented
Constant VERSION Undocumented
DESCRIPTION_MORE: str = (source) ΒΆ

Undocumented

Value
'''
Examples:
    - nt2 json config.nt
    - nt2 json config.nt --number font.size --boolean font.bold
    - nt2 json config.nt --schema config.types.nt
    - cat config.nt | nt2 json
'''