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
@@ -3,8 +3,9 @@ package adb
import "github.com/spf13/cobra"
var androidRootCmd = &cobra.Command{
Use: "adb",
Short: "simple utils for android device management",
Use: "adb",
Short: "simple utils for android device management",
PersistentPreRun: func(cmd *cobra.Command, args []string) {},
}
func Init(rootCmd *cobra.Command) {