class documentation

Read NestedText and output its content as HUML.

By default, generated HUML values will only contain strings, arrays, and maps, but you can cast nodes matching YAML Paths to boolean, null, or number.

Casting switches may be before or after file arguments.

Examples

nt2huml config.nt >config.huml cat config.nt | nt2huml nt2huml --schema config.types.nt config.nt >config.huml nt2huml --int stats.total --boolean config.enabled data.nt

Method main Undocumented
Instance Variable bool_paths Undocumented
Instance Variable null_paths Undocumented
Instance Variable num_paths Undocumented

Inherited from _NestedTextToTypedFormat:

Class Variable schema_files Undocumented

Inherited from _ColorApp (via _NestedTextToTypedFormat, _NestedTextToTypedFormatSupportNull):

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

Undocumented