Expand description
Output-format selection.
Most CLI subcommands support a human-readable default and a --json
escape hatch for scripting. OutputFormat names that choice so
commands can branch on it instead of threading a raw bool around.
Enums§
- Output
Format - The two output shapes a CLI subcommand typically supports.
Functions§
- render
- Render
humanorjsondepending onformat, returning ownedStrings so callers can print, log, or compare either branch uniformly.