module documentation

CLI definitions, parsing, and entry points.

After argument processing, these call into the dumpers functions to get the job done.

Class JSONToNestedText Read JSON and output its content as NestedText.
Class NestedTextToJSON Read NestedText and output its content as JSON.
Class NestedTextToTOML Read NestedText and output its content as TOML.
Class NestedTextToYAML Read NestedText and output its content as YAML.
Class TOMLToNestedText Read TOML and output its content as NestedText.
Class YAMLToNestedText Read YAML and output its content as NestedText.
Function inspect_exception Pretty-print an exception to stderr for the user to see.
Constant RICH Undocumented
Class _ColorApp Undocumented
Class _NestedTextToTypedFormat Undocumented
Class _NestedTextToTypedFormatSupportDate Undocumented
Class _NestedTextToTypedFormatSupportNull Undocumented
Class _TypedFormatToSchema Undocumented
def inspect_exception(exc: Exception): (source)

Pretty-print an exception to stderr for the user to see.

Parameters
exc:ExceptionAny Exception. After printing, it is swallowed, not raised.

Undocumented

Value
RichConsole(stderr=True)