mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-21 23:47: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,
|
||||
},
|
||||
Extract {
|
||||
#[arg(requires("out"))]
|
||||
path: Option<String>,
|
||||
out: Option<String>,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user