pub fn resolve_format_from_cli(
json: bool,
explicit: Option<OutputFormat>,
) -> Result<OutputFormat, SshCliError>Expand description
Resolves format from global --json + --output-format (G-AUD-01).
# Errors
--json together with --output-format text.