class documentation

class HUMLToNestedText(_ToNestedText): (source)

View In Hierarchy

Read HUML and output its content as NestedText.

Examples

huml2nt config.huml >config.nt cat config.huml | huml2nt huml2nt --to-schema config.huml >config.types.nt

Method main Undocumented

Inherited from _ToNestedText:

Class Variable inline_width Undocumented

Inherited from _TypedFormatToSchema (via _ToNestedText):

Class Variable to_schema Undocumented

Inherited from _ColorApp (via _ToNestedText, _TypedFormatToSchema):

Constant ALLOW_ABBREV Undocumented
Constant COLOR_GROUPS Undocumented
Constant VERSION Undocumented
def main(self, *input_files: ExistingFile): (source) ΒΆ

Undocumented