mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
Make UUID an argument of trust subcommand in amfi
This commit is contained in:
@@ -19,8 +19,12 @@ pub fn register() -> JkCommand {
|
||||
"status",
|
||||
JkCommand::new().help("Gets the developer mode status"),
|
||||
)
|
||||
.with_subcommand("trust", JkCommand::new().help("Trusts an app signer"))
|
||||
.with_argument(JkArgument::new().with_help("UUID").required(true))
|
||||
.with_subcommand(
|
||||
"trust",
|
||||
JkCommand::new()
|
||||
.help("Trusts an app signer")
|
||||
.with_argument(JkArgument::new().with_help("UUID").required(true)),
|
||||
)
|
||||
.subcommand_required(true)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user