Skip to main content

Module output

Module output 

Source
Expand description

Rendering of results to json / ndjson / text, plus JSON Schema emission.

OutputFormat and schema_for are foundation (frozen + implemented). The render_* functions are owned by the cli agent.

Enums§

OutputFormat
Output format selected via --format.

Functions§

render_discover
Render a DiscoverOutput in the given format. Owner: cli agent.
render_fetch
Render a FetchOutput in the given format. Owner: cli agent.
schema_for
The authoritative JSON Schema for a command’s output (rss schema --command <cmd>).