feat: reboot or shutdown ios device

This commit is contained in:
debugtalk
2022-10-02 00:00:59 +08:00
parent 328ddb5309
commit 84c88d7dde
3 changed files with 43 additions and 4 deletions
+3 -2
View File
@@ -11,8 +11,9 @@ import (
)
var iosRootCmd = &cobra.Command{
Use: "ios",
Short: "simple utils for ios device management",
Use: "ios",
Short: "simple utils for ios device management",
PersistentPreRun: func(cmd *cobra.Command, args []string) {},
}
func getDevice(udid string) (giDevice.Device, error) {