this repo has no description
0
fork

Configure Feed

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

docs(gzip): add shorthand alias for gzip

+1
+1
src/main.rs
··· 23 23 Extract(ExtractArgs), 24 24 25 25 /// gzip compression 26 + #[clap(visible_alias = "gz")] 26 27 Gzip(GzipArgs), 27 28 } 28 29