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§
- Output
Format - Output format selected via
--format.
Functions§
- render_
discover - Render a
DiscoverOutputin the given format. Owner:cliagent. - render_
fetch - Render a
FetchOutputin the given format. Owner:cliagent. - schema_
for - The authoritative JSON Schema for a command’s output (
rss schema --command <cmd>).