this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: removing unnecessary comments

-1
-1
src/main.rs
··· 178 178 match args.format { 179 179 Some(Format::Tar(a)) => command_tar(a), 180 180 Some(Format::Extract(a)) => command_extract(a), 181 - //Some(Format::Gzip(a)) => command_gzip(a), 182 181 Some(Format::Gzip(a)) => command_generic(parse_gzip(a)), 183 182 None => println!("none"), 184 183 };