class documentation

Base class for commands that convert to NestedText.

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 Command:

Constant COLOR_GROUPS Undocumented
Constant SUBCOMMAND_HELPMSG Undocumented
Constant VERSION Undocumented
def dump(self, *, load_stdin: Callable[[], TypedData], load_file: Callable[[LocalPath], TypedData], input_files: Sequence[LocalPath]): (source)

Convert inputs to NestedText or NestedText schema and dump to stdout.

Parameters
load_stdin:Callable[[], TypedData]A function to load typed data from stdin.
load_file:Callable[[LocalPath], TypedData]A function to load typed data from a LocalPath.
input_files:Sequence[LocalPath]LocalPaths with typed data content.
inline_width = (source)

Undocumented

to_schema = (source)

Undocumented