pub(crate) fn detect_output_format_from_args<I, S>( args: I, ) -> Option<OutputFormat>where I: IntoIterator<Item = S>, S: AsRef<str>,