mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-20 03:47:32 +00:00
Add arg requirement for cpio extract
This commit is contained in:
@@ -49,6 +49,7 @@ enum CpioCommands {
|
|||||||
to: String,
|
to: String,
|
||||||
},
|
},
|
||||||
Extract {
|
Extract {
|
||||||
|
#[arg(requires("out"))]
|
||||||
path: Option<String>,
|
path: Option<String>,
|
||||||
out: Option<String>,
|
out: Option<String>,
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user