Add arg requirement for cpio extract

This commit is contained in:
LoveSy 2023-06-12 17:31:32 +08:00 committed by John Wu
parent a9387e63e1
commit d15017b777
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ enum CpioCommands {
to: String,
},
Extract {
#[arg(requires("out"))]
path: Option<String>,
out: Option<String>,
},