Skip to main content

output_is_compact

Function output_is_compact 

Source
pub fn output_is_compact(cli: &Cli) -> bool
Expand description

Whether the caller asked for the compact decision-surface projection (--output json-compact, heddle#470). Compact is a CLI-only modifier on top of JSON output — it is never reachable from config (output.format is json/text only), so the full machine contract stays the default for piped/configured JSON.