Expand description
Rendering layer for ExecutionResult values.
Converts structured execution results into user-facing output
(stdout) in the requested format (JSON, YAML, table). This module
owns all println! calls for API response rendering.
Functionsยง
- render_
examples - Renders extended examples for a command to stdout.
- render_
result - Renders an
ExecutionResultto stdout in the given format. - render_
result_ to_ string - Renders an
ExecutionResultto aStringinstead of stdout.