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