pub fn run( path: PathBuf, block_size: u32, min_chunk: Option<u32>, avg_chunk: Option<u32>, max_chunk: Option<u32>, json: bool, ) -> Result<()>