Skip to main content

Module output_strategy

Module output_strategy 

Source
Expand description

Output format resolution โ€” extracts format selection from Config into an OutputFormat strategy (Strategy pattern, OCP-compliant).

Add new variants in OutputFormat (formatter/mod.rs) and extend the resolve function below โ€” no caller changes needed.

Functionsยง

resolve_output_format
Resolve the active output format from config and test results.