Expand description
Format enum and renderer factory.
Format is the render-layer concept that maps a user-chosen output format
to a concrete renderer instance. It is also the ValueEnum that clap uses
for the --format flag on the six vre leaf commands. See ADR-0003 for the
output-format specification and ADR-0008 for the renderer-layer placement.
Enumsยง
- Format
- Output format for a command.