We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6155cda commit 9e15181Copy full SHA for 9e15181
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "xcompress"
3
-version = "0.12.3"
+version = "0.12.4"
4
authors = ["Magic Len <[email protected]>"]
5
edition = "2021"
6
rust-version = "1.70"
src/cli.rs
@@ -211,7 +211,7 @@ pub struct ExecutablePaths {
211
#[arg(help = "Specify the path of your unlzma executable binary file")]
212
pub unlzma_path: String,
213
214
- #[arg(name = "7z-path")]
+ #[arg(name = "7z-path", value_name = "7Z_PATH")]
215
#[arg(long)]
216
#[arg(global = true)]
217
#[arg(default_value = DEFAULT_7Z_PATH)]
0 commit comments