pub fn diff_formats_for(
    settings: &UserSettings,
    args: &DiffFormatArgs
) -> Result<Vec<DiffFormat>, ConfigError>
Expand description

Returns a list of requested diff formats, which will never be empty.