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

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