mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
Make udid a flag for afc CLI
This commit is contained in:
@@ -31,6 +31,7 @@ async fn main() {
|
|||||||
)
|
)
|
||||||
.arg(
|
.arg(
|
||||||
Arg::new("udid")
|
Arg::new("udid")
|
||||||
|
.long("udid")
|
||||||
.value_name("UDID")
|
.value_name("UDID")
|
||||||
.help("UDID of the device (overrides host/pairing file)"),
|
.help("UDID of the device (overrides host/pairing file)"),
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user