feat: reboot or shutdown ios device

This commit is contained in:
debugtalk
2022-10-01 23:58:48 +08:00
parent 0a051a1f34
commit 942c7d2b2b
3 changed files with 43 additions and 4 deletions

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) {