Function sortery::tools::sort::sort_dry_run[][src]

pub fn sort_dry_run(
    source: &File,
    target: &File,
    date_format: &str,
    date_type: &str,
    preserve_name: &bool,
    exclude_type: (&str, bool),
    only_type: (&str, bool)
)
Expand description

Print the intended sort, without acutally sorting. Each parameter corresponds with the parameter in get_sorting_results with the same name.