Make udid a flag for afc CLI

This commit is contained in:
Jackson Coxson
2025-05-14 00:37:07 -06:00
parent 4d844ca027
commit d3d199b131

View File

@@ -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)"),
) )