feat: print android devices

This commit is contained in:
debugtalk
2022-10-01 15:20:41 +08:00
parent a3b0eaf1c5
commit 51ed654ee2
4 changed files with 79 additions and 1 deletions

View File

@@ -96,7 +96,7 @@ var listIOSDevicesCmd = &cobra.Command{
deviceList = append(deviceList, d)
}
if udid != "" && len(deviceList) == 0 {
fmt.Printf("no device found for udid: %s\n", udid)
fmt.Printf("no ios device found for udid: %s\n", udid)
os.Exit(1)
}