class documentation

Base class for all subcommands of ToNestedText.

Constant DESCRIPTION_MORE_TMPL Undocumented
Constant DOCSTRING_TMPL Undocumented
Constant OTHER_FORMAT Undocumented

Inherited from ToNestedTextBase:

Method dump Convert inputs to NestedText or NestedText schema and dump to stdout.
Class Variable inline_width Undocumented
Class Variable to_schema Undocumented

Inherited from Subcommand (via ToNestedTextBase):

Constant ALLOW_ABBREV Undocumented

Inherited from Command (via ToNestedTextBase, Subcommand):

Constant COLOR_GROUPS Undocumented
Constant SUBCOMMAND_HELPMSG Undocumented
Constant VERSION Undocumented
DESCRIPTION_MORE_TMPL: str = (source)

Undocumented

Value
'''
Examples:
    - 2nt {subcommand} config.{extension}
    - 2nt {subcommand} config.{extension} --to-schema >config.types.nt
    - cat config.{extension} | 2nt {subcommand}
'''
DOCSTRING_TMPL: str = (source)

Undocumented

Value
'Read {other_format} and output its content as NestedText.'