Compression can have -c back

This commit is contained in:
Andrew Phillips
2023-09-20 19:05:17 +00:00
parent 9ea9b46772
commit da61a3b635

View File

@@ -123,7 +123,7 @@ struct ItemArgs {
#[arg(help("Set metadata for the item using the format KEY=[VALUE], the metadata will be removed if VALUE is not provided"))] #[arg(help("Set metadata for the item using the format KEY=[VALUE], the metadata will be removed if VALUE is not provided"))]
meta: Vec<KeyValue>, meta: Vec<KeyValue>,
#[arg(help_heading("Item Options"), short('C'), long, env("KEEP_COMPRESSION"), )] #[arg(help_heading("Item Options"), short, long, env("KEEP_COMPRESSION"), )]
#[arg(help("Compression algorithm to use when saving items"))] #[arg(help("Compression algorithm to use when saving items"))]
compression: Option<String>, compression: Option<String>,
} }