parallel-disk-usage 0.6.1

Highly parallelized, blazing fast directory tree analyzer
Documentation
1
2
3
4
5
6
use parallel_disk_usage::args::Args;
use structopt_utilities::StructOptUtils;

fn main() {
    Args::run_completion_generator("pdu-completions", "pdu");
}