pub fn main_with( bin: &str, format: OutputFormat, color: ColorMode, body: impl FnOnce() -> Result<()>, ) -> ExitCode
Same as main with an explicit format and color for the error path.
main