mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-22 16:07:39 +00:00
Add arg requirement for cpio extract
This commit is contained in:
parent
a9387e63e1
commit
d15017b777
@ -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>,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user